mirror of
https://github.com/transmission/transmission
synced 2025-02-20 21:26:53 +00:00
Don't trip assertion when the daemon gets a fatal signal after a quit message is sent.
This commit is contained in:
parent
a3b0698150
commit
cc2dcb4d15
1 changed files with 3 additions and 0 deletions
|
@ -190,6 +190,9 @@ server_quit( void )
|
|||
{
|
||||
struct client * ii, * next;
|
||||
|
||||
if(gl_exiting)
|
||||
return;
|
||||
|
||||
torrent_exit( 0 );
|
||||
gl_exiting = 1;
|
||||
|
||||
|
|
Loading…
Reference in a new issue