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:
parent
69e013012f
commit
b484b77b90
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue