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
This commit is contained in:
yinle 2010-12-10 03:07:32 +00:00
parent a3baadfbcb
commit 27c6986fa0

View File

@ -2813,7 +2813,7 @@ sub getNodeIPaddress
$c1 = getchildren($nodetocheck);
if ( $c1 ) {
$ips = join ",", @$c1;
return \$ips;
return $ips;
}
}
}