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