From be879dd88e20c642ea1d72d14903f3f0a764285b Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Mon, 5 Nov 2012 14:56:54 +0000 Subject: [PATCH] Fix glaring mistake in previous commit where 'FAILED' and 'all good' were indistinguishable git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.7@14249 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/perl/xCAT/IPMI.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/lib/perl/xCAT/IPMI.pm b/xCAT-server/lib/perl/xCAT/IPMI.pm index 2894ac37a..58578456b 100644 --- a/xCAT-server/lib/perl/xCAT/IPMI.pm +++ b/xCAT-server/lib/perl/xCAT/IPMI.pm @@ -21,7 +21,7 @@ use constant STATE_OPENSESSION=>1; use constant STATE_EXPECTINGRAKP2=>2; use constant STATE_EXPECTINGRAKP4=>3; use constant STATE_ESTABLISHED=>4; -use constant STATE_FAILED=>4; +use constant STATE_FAILED=>5; #my $ipmidbg; #open($ipmidbg,">","/tmp/ipmidbg"); #sub dprint {