From c80d89c66151ba0db7da306856d62c7fa69a1ca1 Mon Sep 17 00:00:00 2001 From: yinle Date: Wed, 11 May 2011 08:52:09 +0000 Subject: [PATCH] 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 --- perl-xCAT/xCAT/PPCcfg.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-xCAT/xCAT/PPCcfg.pm b/perl-xCAT/xCAT/PPCcfg.pm index c33564a1a..45870141d 100644 --- a/perl-xCAT/xCAT/PPCcfg.pm +++ b/perl-xCAT/xCAT/PPCcfg.pm @@ -392,7 +392,7 @@ sub sshcfg { # Find logon in key file ################################# foreach ( @$result ) { - if ( /$logon$/ ) { + if ( /= $logon$/ ) { return( [[$server,"enabled",SUCCESS]] ); } }