senseless RPC changes

This commit is contained in:
Charles Kerr
2008-06-18 22:01:15 +00:00
parent abf1349f91
commit 509dbaae3d
4 changed files with 58 additions and 15 deletions

View File

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