X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/f303b749f2843433c9acd8218a4b9096d0d1bb8d..7c7462cd3079c27062569dce90f6ae3fa79040b3:/io.c 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;