From 27c6986fa0c4072bd5fbd8fec3109d454869e89d Mon Sep 17 00:00:00 2001 From: yinle Date: Fri, 10 Dec 2010 03:07:32 +0000 Subject: [PATCH] FSP/BPA redundancy : modify code git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8371 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- perl-xCAT/xCAT/Utils.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-xCAT/xCAT/Utils.pm b/perl-xCAT/xCAT/Utils.pm index fa1d06c26..5b665b084 100644 --- a/perl-xCAT/xCAT/Utils.pm +++ b/perl-xCAT/xCAT/Utils.pm @@ -2813,7 +2813,7 @@ sub getNodeIPaddress $c1 = getchildren($nodetocheck); if ( $c1 ) { $ips = join ",", @$c1; - return \$ips; + return $ips; } } }