X-Git-Url: http://dolda2000.com/gitweb/?p=ashd.git;a=blobdiff_plain;f=lib%2Fcf.c;h=41352090e96c42e9f1faf11c5f30f9595bab3071;hp=aae8485054912592177c2018d2665e61eaaa5292;hb=7a092cefb32b7dceae2a5140bf9d83f00a991572;hpb=35737971905d2247746bc81e0da851744cc49902 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);