about summary refs log tree commit homepage
path: root/cmogstored.c
diff options
context:
space:
mode:
Diffstat (limited to 'cmogstored.c')
-rw-r--r--cmogstored.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmogstored.c b/cmogstored.c
index 6bb3848..2b82a14 100644
--- a/cmogstored.c
+++ b/cmogstored.c
@@ -437,6 +437,7 @@ static void siginit(void (*wakeup_handler)(int))
 
 static void main_loop(const pid_t parent)
 {
+        mog_cancel_disable(); /* mog_idleq_wait() now relies on this */
         while (parent == 0 || parent == getppid()) {
                 mog_notify_wait(have_mgmt);
                 if (do_exit)