Improved the comment for kludge_around_eof.
authorWayne Davison <wayned@samba.org>
Sat, 26 Feb 2005 20:21:08 +0000 (20:21 +0000)
committerWayne Davison <wayned@samba.org>
Sat, 26 Feb 2005 20:21:08 +0000 (20:21 +0000)
io.c

diff --git a/io.c b/io.c
index 035362e..b0c13fc 100644 (file)
--- a/io.c
+++ b/io.c
@@ -76,8 +76,10 @@ int batch_gen_fd = -1;
 const char *io_write_phase = phase_unknown;
 const char *io_read_phase = phase_unknown;
 
-/** Ignore EOF errors while reading a module listing if the remote
-    version is 24 or less. */
+/* Ignore EOF errors while reading a module listing if the remote
+ * version is 24 or less.  Also used by the receiver when it is
+ * reading a potential end-of-transfer keep-alive message that
+ * may never come. */
 int kludge_around_eof = False;
 
 int msg_fd_in = -1;