chiark / gitweb /
Static buffers: ipaddr_getbuf: Rename some variables
[secnet.git] / hackypar.c
index eb445b0847afb68e1139d080e6165571238445e3..abc93c4d982498a8142e1ce95fefd5f9bdd600ce 100644 (file)
@@ -55,6 +55,7 @@ static HPState start(void)
     }
 
     if (!child) { /* we are the child */
+       afterfork();
        return hp_compute;
     }