From: Charles Kerr Date: Fri, 25 Jun 2010 07:21:18 +0000 (+0000) Subject: (trunk daemon) #3324 "transmission-remote has no output/status message" -- fixed X-Git-Tag: 2.10~363 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3797966cb6c1eb40dddaecc6db3114db06180d7e;p=transmission (trunk daemon) #3324 "transmission-remote has no output/status message" -- fixed --- diff --git a/daemon/remote.c b/daemon/remote.c index e787aa667..66a08d286 100644 --- a/daemon/remote.c +++ b/daemon/remote.c @@ -1542,7 +1542,7 @@ processResponse( const char * host, int port, const void * response, size_t len && tr_bencDictFindDict( b, "torrent-added", &b ) && tr_bencDictFindInt( b, "id", &i ) ) tr_snprintf( id, sizeof(id), "%"PRId64, i ); - break; + /* fall-through to default: to give success or failure msg */ } default: