fix bug 2629189
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2809 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
4095db372b
commit
bb8d7c91e3
@ -127,7 +127,7 @@ sub process_command {
|
||||
my $check=0;
|
||||
my $newstat;
|
||||
if ($request->{command} eq 'rpower') {
|
||||
my $subcommand=$request->{arg}->[0];
|
||||
my $subcommand=$request->{op};
|
||||
if (($subcommand ne 'stat') && ($subcommand ne 'status') && ($subcommand ne 'state')) {
|
||||
$check=1;
|
||||
my $noderange = $request->{node};
|
||||
|
Loading…
Reference in New Issue
Block a user