When using --iconv, if a server-side receiver can't convert a filename,
[rsync/rsync.git] / io.c
diff --git a/io.c b/io.c
index fe9bcec..2756b14 100644 (file)
--- 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;