*** empty log message ***

This commit is contained in:
Arvid Norberg 2006-06-19 22:34:25 +00:00
parent 926e6551c1
commit 497112d208
1 changed files with 1 additions and 1 deletions

View File

@ -343,8 +343,8 @@ namespace libtorrent
void timeout_handler::cancel()
{
m_timeout.cancel();
m_completion_timeout = 0;
m_timeout.cancel();
}
void timeout_handler::timeout_callback(asio::error const& error) try