aboutsummaryrefslogtreecommitdiffstats
path: root/options.c
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2006-02-20 17:58:13 +0000
committerWayne Davison <wayned@samba.org>2006-02-20 17:58:13 +0000
commit8f1dc165e2dc997e12c09f7ea8e2588f16eed8b8 (patch)
tree154dd60cfc6e2f216591cc9d70fae631c87bbda5 /options.c
parent9a0cfff57f6598a2f8ede199ef31be4dc57a8dad (diff)
downloadandroid_external_rsync-8f1dc165e2dc997e12c09f7ea8e2588f16eed8b8.tar.gz
android_external_rsync-8f1dc165e2dc997e12c09f7ea8e2588f16eed8b8.tar.bz2
android_external_rsync-8f1dc165e2dc997e12c09f7ea8e2588f16eed8b8.zip
A brief msleep() in option_error() may be helpful to ensure that
an option error always arrives intact from the remote rsync.
Diffstat (limited to 'options.c')
-rw-r--r--options.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/options.c b/options.c
index d7c7cbec..df6e0bd1 100644
--- a/options.c
+++ b/options.c
@@ -592,6 +592,7 @@ void option_error(void)
}
rprintf(FERROR, RSYNC_NAME ": %s", err_buf);
+ msleep(20);
}