forked from premiere/premiere-libtorrent
precaution fix
This commit is contained in:
parent
7775457441
commit
b874104fab
|
@ -1795,6 +1795,8 @@ namespace aux {
|
|||
|
||||
if (m_abort) return;
|
||||
|
||||
if (e == asio::error::operation_aborted) return;
|
||||
|
||||
if (e)
|
||||
{
|
||||
#if defined TORRENT_LOGGING
|
||||
|
|
Loading…
Reference in New Issue