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 64b932d..31bdd85 100644
--- a/cmogstored.c
+++ b/cmogstored.c
@@ -419,6 +419,7 @@ static void fork_worker(unsigned worker_id)
                 mog_process_register(pid, worker_id);
         } else if (pid == 0) {
                 mog_process_reset();
+                mog_svc_each(mog_svc_atfork_child, &parent);
 
                 /* worker will call mog_intr_enable() later in notify loop */
                 run_worker(parent);