X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=client.c;h=a37bc7e23b817f72beb353cba8abd824b56e6725;hb=78200714a07173565ecff4adc8d12b87895017f3;hp=1506f656c28eeaabff0d8213c0b45e597bebeb2e;hpb=6105cde18ae21b82708a4c98aa2d54820afd47a5;p=paraslash.git diff --git a/client.c b/client.c index 1506f656..a37bc7e2 100644 --- a/client.c +++ b/client.c @@ -41,13 +41,13 @@ static void client_event_handler(struct task *t) register_task(&sit.task); p->inbuf = sit.buf; p->in_loaded = &sit.loaded; - p->in_eof = &sit.eof; + p->in_error = &sit.error; return; } stdout_set_defaults(&sot); sot.buf = p->buf; sot.loaded = &p->loaded; - sot.input_eof = &p->eof; + sot.input_error = &p->eof; register_task(&sot.task); }