From 6ef9b2926d18cb3ca4d79447a25a93518979fd76 Mon Sep 17 00:00:00 2001 From: GONG Jie Date: Sun, 31 Dec 2017 23:59:59 +0000 Subject: [PATCH] Remove trailing spaces in file xCAT-server/sbin/xcatd --- xCAT-server/sbin/xcatd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xCAT-server/sbin/xcatd b/xCAT-server/sbin/xcatd index 68dbf3894..7a037e2e1 100755 --- a/xCAT-server/sbin/xcatd +++ b/xCAT-server/sbin/xcatd @@ -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)) {