mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 12:28:52 +00:00
senseless RPC changes
This commit is contained in:
@@ -348,7 +348,7 @@ processRequests( const char * host, int port,
|
||||
int i;
|
||||
CURL * curl;
|
||||
struct evbuffer * buf = evbuffer_new( );
|
||||
char * url = tr_strdup_printf( "http://%s:%d/transmission", host, port );
|
||||
char * url = tr_strdup_printf( "http://%s:%d/transmission/rpc", host, port );
|
||||
|
||||
curl = curl_easy_init( );
|
||||
curl_easy_setopt( curl, CURLOPT_VERBOSE, debug );
|
||||
|
||||
Reference in New Issue
Block a user