fixed lsd typo

This commit is contained in:
Arvid Norberg 2007-10-26 01:28:42 +00:00
parent 33e8b670fc
commit 759a5a4ad9
1 changed files with 1 additions and 2 deletions

View File

@ -183,8 +183,7 @@ void lsd::on_announce(udp::endpoint const& from, char* buffer
void lsd::close()
{
asio::error_code ec;
m_socket.close(ec);
m_socket.close();
m_broadcast_timer.cancel();
}