mirror of
https://github.com/transmission/transmission
synced 2025-03-10 14:13:23 +00:00
2 arguments were swapped in curl_multi_socket_action()
This commit is contained in:
parent
1bf67e9b61
commit
96f3939edd
1 changed files with 1 additions and 1 deletions
|
@ -249,7 +249,7 @@ timer_cb( int socket UNUSED, short action UNUSED, void * vg )
|
|||
|
||||
do {
|
||||
dbgmsg( "timer_cb calling CURL_SOCKET_TIMEOUT" );
|
||||
rc = curl_multi_socket_action( g->multi, 0, CURL_SOCKET_TIMEOUT,
|
||||
rc = curl_multi_socket_action( g->multi, CURL_SOCKET_TIMEOUT, 0,
|
||||
&g->still_running );
|
||||
} while( rc == CURLM_CALL_MULTI_PERFORM );
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue