to fix the bpa.pm module load problem.

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8516 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jjhua 2010-12-28 08:23:56 +00:00
parent eb26d1787b
commit 98afbf8ced

View File

@ -225,7 +225,7 @@ sub fsp_state_action {
# output the prompt
#################
#$outhash{ $node_name } = $res;
if( defined($res) ) {
if( @res ) {
$res[0] =~ s/$node_name: //;
}
return( [$Rc,@res] );