*** empty log message ***

This commit is contained in:
Magnus Jonsson 2004-02-26 12:26:00 +00:00
parent 974a9d0966
commit d2566ed20a
1 changed files with 1 additions and 1 deletions

View File

@ -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)
{