X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=client_common.c;h=b9d61c587d3ebfe375963a4ee4d73fc1291fad1f;hp=d228f99c559ee30500631c5e304151b1935ae5f6;hb=c5a016fb52918b53dc828d3b0d16df3dcac2fcfe;hpb=f4371e133464d82f5f06d0141c96fe86cc390d98 diff --git a/client_common.c b/client_common.c index d228f99c..b9d61c58 100644 --- a/client_common.c +++ b/client_common.c @@ -375,7 +375,7 @@ void client_post_select(struct sched *s, struct task *t) t->ret = send_bin_buffer(pcd->fd, pcd->inbuf, *pcd->in_loaded); if (t->ret < 0) return; - *pcd->in_loaded = 0; /* FIXME: short writes */ + *pcd->in_loaded = 0; return; case CL_RECEIVING: t->ret = client_recv_buffer(pcd);