forked from premiere/premiere-libtorrent
don't reannounce on failure when shutting down
This commit is contained in:
parent
395f15c83c
commit
e4ef0b853e
|
@ -6494,7 +6494,7 @@ namespace libtorrent
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// announce to the next working tracker
|
// announce to the next working tracker
|
||||||
announce_with_tracker();
|
if (!m_abort) announce_with_tracker();
|
||||||
update_tracker_timer(time_now());
|
update_tracker_timer(time_now());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue