fix perl syntax error with mixed clusters, see defect 3413295

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@10625 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
lissav 2011-09-23 12:47:24 +00:00
parent 8017518fba
commit c0723e42da

View File

@ -3718,7 +3718,9 @@ sub get_ServiceNode
else
{
if ( ($oshash->{$node}->[0]->{os}) && ($oshash->{$node}->[0]->{os} eq "AIX")) {
if ($nimprime) {
push @{$snhash{$nimprime}}, $node;
}
} else {
push @{$snhash{$master}}, $node;
}