You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
291 B

  1. --- a/libtransmission/webseed.c
  2. +++ b/libtransmission/webseed.c
  3. @@ -516,8 +516,6 @@ webseed_timer_func (evutil_socket_t foo UNUSED, short bar UNUSED, void * vw)
  4. if (w->retry_tickcount)
  5. ++w->retry_tickcount;
  6. - on_idle (w);
  7. -
  8. tr_timerAddMsec (w->timer, TR_IDLE_TIMER_MSEC);
  9. }