-Fix event log retrieval of bladecenter management modules
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1631 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
b00c0fc05f
commit
d349ea977b
@ -244,7 +244,8 @@ sub walkelog {
|
||||
if( ${_}->[2] =~ /NOSUCHINSTANCE/) {last;}
|
||||
$retmap->{$_->[1]}=$_->[2];
|
||||
}
|
||||
} while ($varbind->[31] and $varbind->[31]->[2] != 'NOSUCHINSTANCE' and ($current < 600));
|
||||
@bindlist=();
|
||||
} while ($varbind->[31] and $varbind->[31]->[2] ne 'NOSUCHINSTANCE' and ($current < 2000));
|
||||
|
||||
return $retmap;
|
||||
print "Count was $current\n";
|
||||
|
Loading…
x
Reference in New Issue
Block a user