return if disconnected by extension
This commit is contained in:
parent
392dbb71da
commit
f7b22e3517
|
@ -1281,6 +1281,7 @@ namespace libtorrent
|
|||
else
|
||||
++i;
|
||||
}
|
||||
if (is_disconnecting()) return;
|
||||
#endif
|
||||
|
||||
// there is supposed to be a remote listen port
|
||||
|
|
Loading…
Reference in New Issue