X-Git-Url: http://dolda2000.com/gitweb/?a=blobdiff_plain;f=src%2Fpatplex.c;h=04b7a1058b3cb0dc00cac4889a59778a06a5cf23;hb=6a7a868e28e79f5502cc4b37578c263f640439c8;hp=d296e04f8c407f8ded35e849035a8d5ae3b95e69;hpb=23c627d263701656532d63fade39da08072b56cf;p=ashd.git diff --git a/src/patplex.c b/src/patplex.c index d296e04..04b7a10 100644 --- a/src/patplex.c +++ b/src/patplex.c @@ -438,7 +438,7 @@ static void serve(struct hthead *req, int fd) return; } - if(childhandle(ch, req, fd)) + if(childhandle(ch, req, fd, NULL, NULL)) simpleerror(fd, 500, "Server Error", "The request handler crashed."); }