mirror of
https://github.com/transmission/transmission
synced 2025-03-04 02:28:03 +00:00
(trunk daemon) #4725 "transmission-remote does not reflect status in returncode" -- fixed with patch from Xake
This commit is contained in:
parent
631f63435c
commit
7eb08c5e4c
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue