forked from premiere/premiere-libtorrent
fixed lsd typo
This commit is contained in:
parent
33e8b670fc
commit
759a5a4ad9
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue