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
This commit is contained in:
		| @@ -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 { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user