1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-25 09:13:06 +00:00

revert r9505, which appears to cause a crash on launch

This commit is contained in:
Mitchell Livingston 2010-01-10 14:36:53 +00:00
parent 5a60e4549d
commit 8f6e1dedf5

View file

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