mirror of
				https://github.com/xcat2/xcat-core.git
				synced 2025-11-04 05:12:30 +00:00 
			
		
		
		
	Remove trailing spaces in file xCAT-server/sbin/xcatd
This commit is contained in:
		@@ -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)) {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user