Correct missing close brace

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@10399 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jbjohnso 2011-08-30 15:10:21 +00:00
parent 887d901e24
commit 56becc5546

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,