1
0
Fork 0
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:
Mitchell Livingston 2008-10-15 23:21:53 +00:00
parent 1bf67e9b61
commit 96f3939edd

View file

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