From 7d023e94aced5ea4bb32a1106a50f8e58c45b5e3 Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Wed, 3 Oct 2012 19:56:35 +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/trunk@13945 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 770155a2f..9a9e4a2aa 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 {