summaryrefslogtreecommitdiff
path: root/io.c
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2008-08-02 10:26:17 -0700
committerWayne Davison <wayned@samba.org>2008-08-02 10:26:17 -0700
commit7c7462cd3079c27062569dce90f6ae3fa79040b3 (patch)
tree09dce92751f46e58e8ffcac3388db188bcdb0b9a /io.c
parente34ad4e925293ff222bb4fe47b010153fa9f30ab (diff)
downloadrsync-7c7462cd3079c27062569dce90f6ae3fa79040b3.tar.gz
When using --iconv, if a server-side receiver can't convert a filename,
it now outputs the name back to the client without mangling the charset.
Diffstat (limited to 'io.c')
-rw-r--r--io.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/io.c b/io.c
index fe9bcec1..2756b148 100644
--- a/io.c
+++ b/io.c
@@ -454,6 +454,7 @@ static void read_msg_fd(void)
got_flist_entry_status(FES_NO_SEND, buf);
break;
case MSG_ERROR_SOCKET:
+ case MSG_ERROR_UTF8:
case MSG_CLIENT:
if (!am_generator)
goto invalid_msg;