slight improvement

This commit is contained in:
Arvid Norberg 2011-09-13 02:38:50 +00:00
parent ef496eb00c
commit c952f30820
1 changed files with 1 additions and 1 deletions

View File

@ -8217,7 +8217,7 @@ ctx->set_verify_callback(verify_function, ec);
}
}
// announce to the next working tracker
if ((!m_abort && m_allow_peers) || r.event == tracker_request::stopped)
if ((!m_abort && !is_paused()) || r.event == tracker_request::stopped)
announce_with_tracker(r.event);
update_tracker_timer(time_now());
}