From bb8d7c91e310ff82b4eda3c397a0cc5464592676 Mon Sep 17 00:00:00 2001 From: ellen56 Date: Thu, 26 Feb 2009 07:43:19 +0000 Subject: [PATCH] fix bug 2629189 git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2809 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- perl-xCAT/xCAT/PPC.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-xCAT/xCAT/PPC.pm b/perl-xCAT/xCAT/PPC.pm index 414a00cd5..81e7edf0d 100644 --- a/perl-xCAT/xCAT/PPC.pm +++ b/perl-xCAT/xCAT/PPC.pm @@ -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};