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:
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 */
|
* build a new CURL* and try again */
|
||||||
curl_easy_cleanup( curl );
|
curl_easy_cleanup( curl );
|
||||||
curl = NULL;
|
curl = NULL;
|
||||||
flush( rpcurl, benc );
|
status |= flush( rpcurl, benc );
|
||||||
benc = NULL;
|
benc = NULL;
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
|
|
Loading…
Add table
Reference in a new issue