mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
044b05fc04
There's some kind of crash internally in wolfSSL. It doesn't seem like anyone knows how to fix it. Just disable it for now. Signed-off-by: Rosen Penev <rosenp@gmail.com>
12 lines
241 B
Diff
12 lines
241 B
Diff
--- a/libtransmission/webseed.c
|
|
+++ b/libtransmission/webseed.c
|
|
@@ -510,8 +510,6 @@ static void webseed_timer_func(evutil_so
|
|
++w->retry_tickcount;
|
|
}
|
|
|
|
- on_idle(w);
|
|
-
|
|
tr_timerAddMsec(w->timer, TR_IDLE_TIMER_MSEC);
|
|
}
|
|
|