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:
		@@ -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;
 | 
			
		||||
					}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user