mirror of
https://github.com/transmission/transmission
synced 2025-03-03 10:15:45 +00:00
(trunk cli) #4595 "transmission-cli does not stop on SIGINT" -- fixed with patch from dyogene
This commit is contained in:
parent
7c9fdfa8dd
commit
7f8d802405
1 changed files with 1 additions and 1 deletions
|
@ -346,7 +346,7 @@ main( int argc, char ** argv )
|
|||
}
|
||||
|
||||
st = tr_torrentStat( tor );
|
||||
if( st->activity & TR_STATUS_STOPPED )
|
||||
if( st->activity == TR_STATUS_STOPPED )
|
||||
break;
|
||||
|
||||
getStatusStr( st, line, sizeof( line ) );
|
||||
|
|
Loading…
Reference in a new issue