aboutsummaryrefslogtreecommitdiffstats
path: root/io.c
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2005-02-26 22:02:38 +0000
committerWayne Davison <wayned@samba.org>2005-02-26 22:02:38 +0000
commit0ecd03e3965b06c0cfb353032b9081c82696ad0f (patch)
tree94fc41c5e48054ce8102f52e806f77f6e377fb5d /io.c
parente6f5ac116b5ce4df97508b7bb042739007b77082 (diff)
downloadandroid_external_rsync-0ecd03e3965b06c0cfb353032b9081c82696ad0f.tar.gz
android_external_rsync-0ecd03e3965b06c0cfb353032b9081c82696ad0f.tar.bz2
android_external_rsync-0ecd03e3965b06c0cfb353032b9081c82696ad0f.zip
Fixed comment.
Diffstat (limited to 'io.c')
-rw-r--r--io.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/io.c b/io.c
index 2a7d7762..2ca81581 100644
--- a/io.c
+++ b/io.c
@@ -76,9 +76,9 @@ int batch_gen_fd = -1;
const char *io_write_phase = phase_unknown;
const char *io_read_phase = phase_unknown;
-/* Ignore an EOF error if non-zero. We exit if the value is 1 (used while
+/* Ignore an EOF error if non-zero. We exit if the value is > 0 (used while
* reading a module listing if the remote version is 24 or less) or go into a
- * sleep loop if the value is 2 (used by the receiver when it is reading a
+ * sleep loop if the value is < 0 (used by the receiver when it is reading a
* potential end-of-transfer keep-alive message that may never come). */
int kluge_around_eof = 0;