From 7eb08c5e4c385878160e3721f20d888e0b859459 Mon Sep 17 00:00:00 2001 From: Jordan Lee Date: Thu, 26 Jan 2012 12:56:28 +0000 Subject: [PATCH] (trunk daemon) #4725 "transmission-remote does not reflect status in returncode" -- fixed with patch from Xake --- daemon/remote.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daemon/remote.c b/daemon/remote.c index e319cfc48..bf6008526 100644 --- a/daemon/remote.c +++ b/daemon/remote.c @@ -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: