From 91b0cf722a3ce1186123c906b91abb0eb0afad87 Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Mon, 20 Sep 2010 19:45:27 +0000 Subject: [PATCH] Fix bad error on makeconservercf issue git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7540 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/plugins/conserver.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/lib/xcat/plugins/conserver.pm b/xCAT-server/lib/xcat/plugins/conserver.pm index e0d0f9e63..c563bf5fa 100644 --- a/xCAT-server/lib/xcat/plugins/conserver.pm +++ b/xCAT-server/lib/xcat/plugins/conserver.pm @@ -376,7 +376,7 @@ sub makeconservercf { } if ( $type{$_->{node}} !~ /fsp|bpa|hmc|ivm/ ) { if (donodeent($_,\@filecontent) eq "BADCFG") { - $cb->({node=>[{name=>$_,error=>"Bad configuration, check attributes under the nodehm category",errorcode=>1}]}); + $cb->({node=>[{name=>$_->{node},error=>"Bad configuration, check attributes under the nodehm category",errorcode=>1}]}); } } }