Closed GoogleCodeExporter closed 9 years ago
Try the following patch.
Index: src/stats.c
===================================================================
--- src/stats.c (revision 755)
+++ src/stats.c (working copy)
@@ -440,6 +440,7 @@
free_space_mb);
dcc_set_nonblocking(acc_fd);
ret = read(acc_fd, challenge, 1024); /* empty the receive queue */
+ if (ret < 0) rs_log_info("read on acc_fd failed");
dcc_writex(acc_fd, reply, reply_len);
}
Original comment by fergus.h...@gmail.com
on 15 Feb 2012 at 6:25
I've gone ahead and committed the patch. Fixed in revision 758.
Original comment by fergus.h...@gmail.com
on 4 Apr 2012 at 7:02
Original issue reported on code.google.com by
black.si...@gmail.com
on 14 Feb 2012 at 8:02Attachments: