X-Git-Url: http://dolda2000.com/gitweb/?a=blobdiff_plain;f=src%2Fhtparser.c;h=503df99a719ffda1c859d19c0d929dd0745f88dc;hb=6a7a868e28e79f5502cc4b37578c263f640439c8;hp=c8064f23fc0ae9d649052815e817aa3beeb02d46;hpb=23c627d263701656532d63fade39da08072b56cf;p=ashd.git diff --git a/src/htparser.c b/src/htparser.c index c8064f2..503df99 100644 --- a/src/htparser.c +++ b/src/htparser.c @@ -454,7 +454,7 @@ int main(int argc, char **argv) usage(stderr); exit(1); } - if((plex = stdmkchild(argv + ++i)) < 0) { + if((plex = stdmkchild(argv + ++i, NULL, NULL)) < 0) { flog(LOG_ERR, "could not spawn root multiplexer: %s", strerror(errno)); return(1); }