X-Git-Url: https://git.distorted.org.uk/~mdw/secnet/blobdiff_plain/0902e6e2feabad072f0b5d7f23ae2a2a4d923d0a..ae5ae3bf5c5709938e3a2bb6203094ede8af45e6:/hackypar.c diff --git a/hackypar.c b/hackypar.c index eb445b0..abc93c4 100644 --- a/hackypar.c +++ b/hackypar.c @@ -55,6 +55,7 @@ static HPState start(void) } if (!child) { /* we are the child */ + afterfork(); return hp_compute; }