mirror of
https://github.com/transmission/transmission
synced 2024-12-25 01:03:01 +00:00
revert r9505, which appears to cause a crash on launch
This commit is contained in:
parent
5a60e4549d
commit
8f6e1dedf5
1 changed files with 0 additions and 1 deletions
|
@ -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 ) )
|
||||
|
|
Loading…
Reference in a new issue