remove the redundant node_name from the fsp_api_action()

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6185 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jjhua 2010-05-20 06:00:14 +00:00
parent 31e4829ad9
commit fe727e6f81

View File

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