process: Introduce afterfork()
[secnet] / hackypar.c
index eb445b0..abc93c4 100644 (file)
@@ -55,6 +55,7 @@ static HPState start(void)
     }
 
     if (!child) { /* we are the child */
+       afterfork();
        return hp_compute;
     }