From 84615754a1fb67ff2b04760adf265aea8af174c9 Mon Sep 17 00:00:00 2001 From: zhanx Date: Mon, 5 Jan 2009 09:51:47 +0000 Subject: [PATCH] fix a bug in rspconfig (SourceForge bug 2386154 [PPC64]rspconfig memdecfg option doesn't work) git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2557 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- perl-xCAT/xCAT/PPCfsp.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-xCAT/xCAT/PPCfsp.pm b/perl-xCAT/xCAT/PPCfsp.pm index da2e5a6d8..cc179b846 100644 --- a/perl-xCAT/xCAT/PPCfsp.pm +++ b/perl-xCAT/xCAT/PPCfsp.pm @@ -1137,7 +1137,7 @@ sub readdecfg { ################################## # Select radio button ################################## - my $value = ( ref($_) eq 'HASH' ) ? %{$_->{value}} : $_; + my $value = ( ref($_) eq 'HASH' ) ? $_->{value} : $_; $radio->value( $value ); ##################################