From 44883571719f1ba8537838f7c2363525935f2847 Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Wed, 3 Oct 2012 19:47:00 +0000 Subject: [PATCH] Address typo in previous ipmi commit git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.7@13942 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/plugins/ipmi.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/lib/xcat/plugins/ipmi.pm b/xCAT-server/lib/xcat/plugins/ipmi.pm index b57f557c5..71f6fdb30 100644 --- a/xCAT-server/lib/xcat/plugins/ipmi.pm +++ b/xCAT-server/lib/xcat/plugins/ipmi.pm @@ -5769,7 +5769,7 @@ sub process_request { if ($command eq 'rpower') { - if (($global_check) && ($extrargs->[0] ne 'stat') && ($extrargs->[0] ne 'status') && ($extrargs->[0] ne 'state') && ($extargs->[0] ne 'suspend') && ($extargs->[0] ne 'wake')) { + if (($global_check) && ($extrargs->[0] ne 'stat') && ($extrargs->[0] ne 'status') && ($extrargs->[0] ne 'state') && ($extrargs->[0] ne 'suspend') && ($extrargs->[0] ne 'wake')) { $check=1; my @allnodes=(); foreach (@donargs) { push(@allnodes, $_->[0]); }