diff options
author | Wayne Davison <wayned@samba.org> | 2008-08-02 10:26:17 -0700 |
---|---|---|
committer | Wayne Davison <wayned@samba.org> | 2008-08-02 10:26:17 -0700 |
commit | 7c7462cd3079c27062569dce90f6ae3fa79040b3 (patch) | |
tree | 09dce92751f46e58e8ffcac3388db188bcdb0b9a /io.c | |
parent | e34ad4e925293ff222bb4fe47b010153fa9f30ab (diff) | |
download | rsync-7c7462cd3079c27062569dce90f6ae3fa79040b3.tar.gz rsync-7c7462cd3079c27062569dce90f6ae3fa79040b3.tar.bz2 rsync-7c7462cd3079c27062569dce90f6ae3fa79040b3.zip |
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.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |