explicitly closes the listen socket

This commit is contained in:
Arvid Norberg 2007-09-10 09:23:04 +00:00
parent 80aee32972
commit 025a982b00
1 changed files with 3 additions and 0 deletions

View File

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