2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-08-21 02:30:21 +00:00

Remove trailing spaces in file xCAT-server/sbin/xcatd

This commit is contained in:
GONG Jie
2017-12-31 23:59:59 +00:00
parent e0d60aee83
commit 6ef9b2926d

View File

@@ -838,7 +838,7 @@ sub do_udp_service { # This function opens up a UDP port
} else {
($sport, $clientn) = sockaddr_in($saddr);
$clientip = inet_ntoa($clientn);
}
}
if ($data =~ /^\037\213/) { # per rfc 1952, these two bytes are gzip, and they are invalid for
store_fd({ data => $data, sockaddr => $clientip, sport => $sport }, $discoctl); # for now, punt the gunzip to the worker process
#notify the client that its request is been processing
@@ -2902,7 +2902,7 @@ sub service_connection {
}
}
# we have a full request..
$request = "";
if (xCAT::xcatd->validate($peername, $peerhost, $req, $peerhostorg, \@deferredmsgargs)) {