1
0
Fork 0
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:
Josh Elsasser 2007-10-26 03:39:44 +00:00
parent a3b0698150
commit cc2dcb4d15

View file

@ -190,6 +190,9 @@ server_quit( void )
{
struct client * ii, * next;
if(gl_exiting)
return;
torrent_exit( 0 );
gl_exiting = 1;