explicitly closes the listen socket

This commit is contained in:
Arvid Norberg
2007-09-10 09:23:04 +00:00
parent 80aee32972
commit 025a982b00

View File

@@ -1341,6 +1341,9 @@ namespace detail
}
}
// close listen socket
m_listen_socket.reset();
ptime start(time_now());
l.unlock();