summaryrefslogtreecommitdiff
path: root/options.c
diff options
context:
space:
mode:
authorWayne Davison <wayne@opencoder.net>2020-05-28 00:41:39 -0700
committerWayne Davison <wayne@opencoder.net>2020-05-28 00:41:39 -0700
commitf60bd811e9cbfa3e75ac59b46fce5744278f1204 (patch)
tree9163624bf11706d554834d7089b07c1e034ad9e4 /options.c
parentcd0637a9530b3e3c8713e69c39276ae4adcca0e8 (diff)
downloadrsync-f60bd811e9cbfa3e75ac59b46fce5744278f1204.tar.gz
Use MSG_FLUSH in a couple more spots.
Diffstat (limited to 'options.c')
-rw-r--r--options.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/options.c b/options.c
index 1650780e..6a7e7aac 100644
--- a/options.c
+++ b/options.c
@@ -1200,7 +1200,7 @@ void option_error(void)
}
rprintf(FERROR, RSYNC_NAME ": %s", err_buf);
- io_flush(FULL_FLUSH);
+ io_flush(MSG_FLUSH);
msleep(20);
}