-Fix problem where nexdestiny would return the same data twice. Due to the design of the client, this would cause unexpected client disconnects.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1490 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
3d50a37502
commit
57cf8149b4
@ -218,7 +218,6 @@ sub nextdestiny {
|
||||
$requ{node}=[$node];
|
||||
$requ{arg}=[$ref->{currstate}];
|
||||
setdestiny(\%requ);
|
||||
getdestiny();
|
||||
}
|
||||
if ($callnodeset) {
|
||||
$subreq->({command=>['nodeset'],
|
||||
|
Loading…
Reference in New Issue
Block a user