X-Git-Url: https://git.tokkee.org/?p=sysdb.git;a=blobdiff_plain;f=src%2Ftools%2Fsysdbd%2Fmain.c;h=96fe6a645459d79aff04a4d13f7f6153b094d685;hp=3511a8a54643a1ea24a6dfda34c986c90d285e0e;hb=e0f5057ba2274b69309704c0f197b1a3e92eff87;hpb=dc0202c1bb91a4147674957933a804719096ac09 diff --git a/src/tools/sysdbd/main.c b/src/tools/sysdbd/main.c index 3511a8a..96fe6a6 100644 --- a/src/tools/sysdbd/main.c +++ b/src/tools/sysdbd/main.c @@ -292,6 +292,8 @@ main_loop(void) } /* clean up in case we exited the loop on error */ + plugin_main_loop.do_loop = 0; + frontend_main_loop.do_loop = 0; pthread_kill(backend_thread, SIGINT); pthread_join(backend_thread, NULL);