X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=client.c;h=003c1e609f8ce1e606fecd9ad3b7092e76987936;hp=2123421e71b099bb632b99c563aaafd5b0c70aaf;hb=b2e6a24448a9e49e0766ab4f32163580eeff469e;hpb=85663a14da08f4f8782d29a3b0c51de5cd0817b1 diff --git a/client.c b/client.c index 2123421e..003c1e60 100644 --- a/client.c +++ b/client.c @@ -40,7 +40,7 @@ static void supervisor_post_select(__a_unused struct sched *s, struct task *t) } if (ct->status == CL_RECEIVING) { stdout_set_defaults(&sot); - sot.buf = ct->buf; + sot.bufp = &ct->buf; sot.loaded = &ct->loaded; sot.input_error = &ct->task.error; register_task(&sot.task);