From 8f6e1dedf530e4b9e9d2e6e6b8cc5e7b4f97f5d6 Mon Sep 17 00:00:00 2001 From: Mitchell Livingston Date: Sun, 10 Jan 2010 14:36:53 +0000 Subject: [PATCH] revert r9505, which appears to cause a crash on launch --- libtransmission/web.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libtransmission/web.c b/libtransmission/web.c index a3cefb458..f954f9e14 100644 --- a/libtransmission/web.c +++ b/libtransmission/web.c @@ -341,7 +341,6 @@ sock_cb( CURL * e UNUSED, curl_socket_t fd, int curl_what, event_set( io_event, fd, ev_what, event_cb, web ); assert( io_event->ev_base != NULL ); event_add( io_event, NULL ); - event_loop( EVLOOP_ONCE ); } if( ( io_event != NULL ) && ( curl_what & CURL_POLL_REMOVE ) ) -- 2.40.0