X-Git-Url: https://git.distorted.org.uk/~mdw/secnet/blobdiff_plain/0902e6e2feabad072f0b5d7f23ae2a2a4d923d0a..d9d101eaf54ff0c58852c8ccf37c4fcd8f8d8a35:/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; }