From c5a016fb52918b53dc828d3b0d16df3dcac2fcfe Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Sat, 22 Dec 2007 13:54:58 +0100 Subject: [PATCH 1/1] client_common.c: Kill invalid FIXME. Short writes can not happen here. --- client_common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.39.2