update with fix

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.6@10400 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
lissav
2011-08-30 15:57:01 +00:00
parent 862fd2d095
commit deae2fdf1e
+1
View File
@@ -435,6 +435,7 @@ sub do_udp_service { #This function opens up a UDP port
#only clear out pid file when we still have socket.
unlink("/tmp/xcat/udpservice.pid"); close($socket); $quit=1; $socket=0;
xCAT::MsgUtils->message("S","xcatd udp service $$ quiescing");
}
};
if ($inet6support) {
$socket = IO::Socket::INET6->new(LocalPort => $port,