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:
parent
a3baadfbcb
commit
27c6986fa0
@ -2813,7 +2813,7 @@ sub getNodeIPaddress
|
||||
$c1 = getchildren($nodetocheck);
|
||||
if ( $c1 ) {
|
||||
$ips = join ",", @$c1;
|
||||
return \$ips;
|
||||
return $ips;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user