X-Git-Url: http://www.dolda2000.com/gitweb/?a=blobdiff_plain;f=src%2Fhtparser.c;h=503df99a719ffda1c859d19c0d929dd0745f88dc;hb=cbc5f085ef03ebab38b9501acc3ec7aeca10e7d3;hp=c8064f23fc0ae9d649052815e817aa3beeb02d46;hpb=15fa3fe85e9f499003defd7134bfeaa65d3959e2;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); }