1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-02-07 23:14:41 +00:00

(trunk gtk) make hudson-t happy

This commit is contained in:
Charles Kerr 2009-01-18 15:29:22 +00:00
parent 69e013012f
commit b484b77b90

View file

@ -1380,7 +1380,7 @@ pauseAllTorrents( struct cbdata * data )
{
tr_session * session = tr_core_session( data->core );
const char * cmd = "{ \"method\": \"torrent-stop\" }";
tr_rpc_request_exec_json( session, cmd, strlen( cmd ), NULL );
tr_rpc_request_exec_json( session, cmd, strlen( cmd ), NULL, NULL );
}
void