mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 20:35:36 +00:00
Shut down ipc server on fatal signal, not just torrent client.
This commit is contained in:
@@ -344,7 +344,7 @@ gotsig( int sig, short what UNUSED, void * arg UNUSED )
|
||||
{
|
||||
exiting = 1;
|
||||
errmsg( "received fatal signal %i, attempting to exit cleanly", sig );
|
||||
torrent_exit( 0 );
|
||||
server_quit();
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user