forked from premiere/premiere-libtorrent
*** empty log message ***
This commit is contained in:
parent
974a9d0966
commit
d2566ed20a
|
@ -289,7 +289,7 @@ namespace libtorrent
|
|||
boost::shared_ptr<tracker_connection>& c = *i;
|
||||
try
|
||||
{
|
||||
if (!c->tick()) return;
|
||||
if (!c->tick()) continue;
|
||||
}
|
||||
catch (const std::exception& e)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue