X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=client.c;h=a37bc7e23b817f72beb353cba8abd824b56e6725;hp=1506f656c28eeaabff0d8213c0b45e597bebeb2e;hb=219c5d6f1199405848c5de6c1a4c792c57fa1a40;hpb=6105cde18ae21b82708a4c98aa2d54820afd47a5 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); }