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
This commit is contained in:
jbjohnso 2010-09-20 19:45:27 +00:00
parent 8a58e07dfe
commit 91b0cf722a

View File

@ -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}]});
}
}
}