Fix bug 3299851: rvitals CEC temp give error mesg under Redundant fsp

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.6@9561 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
yinle
2011-05-11 08:52:09 +00:00
parent b7194852a4
commit c80d89c661
+1 -1
View File
@@ -392,7 +392,7 @@ sub sshcfg {
# Find logon in key file
#################################
foreach ( @$result ) {
if ( /$logon$/ ) {
if ( /= $logon$/ ) {
return( [[$server,"enabled",SUCCESS]] );
}
}