Skip to content
Snippets Groups Projects
Commit 685ea0b5 authored by rswindell's avatar rswindell
Browse files

Added services_terminate() to quit signal handler.

parent 4a68b841
No related branches found
No related tags found
No related merge requests found
......@@ -553,6 +553,7 @@ void _sighandler_quit(int sig)
bbs_terminate();
ftp_terminate();
mail_terminate();
services_terminate();
while(bbs_running || ftp_running || mail_running || services_running)
mswait(1);
if(is_daemon)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment