forked from premiere/premiere-libtorrent
*** empty log message ***
This commit is contained in:
parent
926e6551c1
commit
497112d208
|
@ -343,8 +343,8 @@ namespace libtorrent
|
||||||
|
|
||||||
void timeout_handler::cancel()
|
void timeout_handler::cancel()
|
||||||
{
|
{
|
||||||
m_timeout.cancel();
|
|
||||||
m_completion_timeout = 0;
|
m_completion_timeout = 0;
|
||||||
|
m_timeout.cancel();
|
||||||
}
|
}
|
||||||
|
|
||||||
void timeout_handler::timeout_callback(asio::error const& error) try
|
void timeout_handler::timeout_callback(asio::error const& error) try
|
||||||
|
|
Loading…
Reference in New Issue