]> granicus.if.org Git - transmission/commitdiff
hudson-t is a wuss
authorCharles Kerr <charles@transmissionbt.com>
Mon, 18 Aug 2008 03:14:54 +0000 (03:14 +0000)
committerCharles Kerr <charles@transmissionbt.com>
Mon, 18 Aug 2008 03:14:54 +0000 (03:14 +0000)
daemon/remote.c

index 1022ace97a809d22749edc8e5f8543159e8cee1f..82276f9ef8ef23af8fd53ceb97fc8d72299f2278 100644 (file)
@@ -761,7 +761,7 @@ processResponse( const char * host, int port,
         fprintf( stderr, "got response: [%*.*s]\n",
                  (int)len, (int)len, (const char*) response );
 
-    if( tr_jsonParse( response, len, &top, NULL ) )
+    if( tr_jsonParse( response, len, &top ) )
        tr_nerr( MY_NAME, "Unable to parse response \"%*.*s\"", (int)len, (int)len, (char*)response );
     else
     {