X-Git-Url: http://dolda2000.com/gitweb/?a=blobdiff_plain;f=src%2Fcallscgi.c;h=2483c49bd603a13ce549a6cc2569c5e2c79f9e00;hb=b71ad67f41a9e99bd243d57b5038de28f1696f27;hp=3c26e333035602ba6b1d0a11179148c8ba4f6697;hpb=a80c8f02a49faab0b773c015fd90ba35bff1fad8;p=ashd.git diff --git a/src/callscgi.c b/src/callscgi.c index 3c26e33..2483c49 100644 --- a/src/callscgi.c +++ b/src/callscgi.c @@ -521,8 +521,8 @@ static void serve(struct muth *muth, va_list args) struct hthead *resp; sfd = reconn(); - is = mtstdopen(fd, 1, 60, "r+"); - os = mtstdopen(sfd, 1, 600, "r+"); + is = mtstdopen(fd, 1, 60, "r+", NULL); + os = mtstdopen(sfd, 1, 600, "r+", NULL); bufinit(head); mkcgienv(req, &head);