fix syntax error line 93 used wrong pointer to open table
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@3624 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
33b12316ac
commit
9496d87cc1
@ -90,7 +90,8 @@ sub expandatom {
|
||||
|
||||
# check to see if atom is a defined group name that didn't have any current members
|
||||
if ( scalar @nodes == 0 ) {
|
||||
for my $row ( $nodegroup->getAllAttribs('groupname') ) {
|
||||
#for my $row ( $nodegroup->getAllAttribs('groupname') ) {
|
||||
for my $row ( $grptab->getAllAttribs('groupname') ) {
|
||||
if ( $row->{groupname} eq $atom ) {
|
||||
return ();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user