1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-03-04 10:38:13 +00:00

(trunk daemon) #4725 "transmission-remote does not reflect status in returncode" -- fixed with patch from Xake

This commit is contained in:
Jordan Lee 2012-01-26 12:56:28 +00:00
parent 631f63435c
commit 7eb08c5e4c

View file

@ -1786,7 +1786,7 @@ flush( const char * rpcurl, tr_benc ** benc )
* build a new CURL* and try again */
curl_easy_cleanup( curl );
curl = NULL;
flush( rpcurl, benc );
status |= flush( rpcurl, benc );
benc = NULL;
break;
default: