Fix bug 3528509:lsslp -r has no output

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@12842 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
yinle 2012-05-21 09:31:09 +00:00
parent 1bb792ff2f
commit b42ce631e3

View File

@ -170,7 +170,7 @@ sub process_slp_packet {
} elsif ($parsedpacket->{FunctionId} == 7) { #attribute reply
$parsedpacket->{SrvType} = $xid_to_srvtype_map{$parsedpacket->{Xid}};
$parsedpacket->{attributes} = parse_attribute_reply($parsedpacket->{payload});
delete $parsedpacket->{payload};
#delete $parsedpacket->{payload};
return $parsedpacket;
} else {
return undef;