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:
ellen56 2009-02-26 07:43:19 +00:00
parent 4095db372b
commit bb8d7c91e3

View File

@ -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};