X-Git-Url: http://www.dolda2000.com/gitweb/?a=blobdiff_plain;f=lib%2Fcf.c;h=41352090e96c42e9f1faf11c5f30f9595bab3071;hb=7a092cefb32b7dceae2a5140bf9d83f00a991572;hp=aae8485054912592177c2018d2665e61eaaa5292;hpb=9d82f27c53c5fb79ceee52904b996edefb27628a;p=ashd.git diff --git a/lib/cf.c b/lib/cf.c index aae8485..4135209 100644 --- a/lib/cf.c +++ b/lib/cf.c @@ -380,7 +380,7 @@ static int stdhandle(struct child *ch, struct hthead *req, int fd, void (*chinit struct sidata idat; if(sd->type == CH_SOCKET) { - idat = (struct sidata) {.sd = sd, .sinit = chinit, sdata = sdata}; + idat = (struct sidata) {.sd = sd, .sinit = chinit, .sdata = sdata}; if(sd->fd < 0) { args = expandargs(sd); sd->fd = stdmkchild(args, stdinit, &idat);