diff --git a/xCAT-server/sbin/xcatd b/xCAT-server/sbin/xcatd index a72011813..9f3878eb7 100755 --- a/xCAT-server/sbin/xcatd +++ b/xCAT-server/sbin/xcatd @@ -1396,6 +1396,7 @@ sub convey_response { build_response($resp); return; } + unless ($resp) { return; } $resp = freeze($resp); #$resp = XMLout($resp,KeyAttr=>[], NoAttr=>1,RootName=>'xcatresponse'); #sanitize the response, to avoid being killed by non-printable bytes