summaryrefslogtreecommitdiff
path: root/receiver.c
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2007-04-26 05:53:13 +0000
committerWayne Davison <wayned@samba.org>2007-04-26 05:53:13 +0000
commit332cf6df7c32dbaa47cbfe515121da7bd53974e8 (patch)
tree841489996c20d0ca87e04bea3f3f213e864b1676 /receiver.c
parent3f7afe7ec1cc499c811e1455bb5ff8748cd2a07a (diff)
downloadrsync-332cf6df7c32dbaa47cbfe515121da7bd53974e8.tar.gz
The --iconv option has now made it to the trunk.
Diffstat (limited to 'receiver.c')
-rw-r--r--receiver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/receiver.c b/receiver.c
index 21528a7c..3fdd895c 100644
--- a/receiver.c
+++ b/receiver.c
@@ -389,7 +389,7 @@ int recv_files(int f_in, char *local_name)
rprintf(FINFO, "recv_files phase=%d\n", phase);
if (phase == 2 && delay_updates)
handle_delayed_updates(local_name);
- send_msg(MSG_DONE, "", 0);
+ send_msg(MSG_DONE, "", 0, 0);
continue;
}