Improve handling of MSG_IO_ERROR message.
authorWayne Davison <wayned@samba.org>
Wed, 23 Dec 2009 22:10:25 +0000 (14:10 -0800)
committerWayne Davison <wayned@samba.org>
Wed, 23 Dec 2009 22:14:54 +0000 (14:14 -0800)
io.c

diff --git a/io.c b/io.c
index ae60775..077e503 100644 (file)
--- a/io.c
+++ b/io.c
@@ -1405,12 +1405,12 @@ static void read_a_msg(void)
                got_flist_entry_status(FES_REDO, val);
                break;
        case MSG_IO_ERROR:
-               if (msg_bytes != 4 || am_sender)
+               if (msg_bytes != 4)
                        goto invalid_msg;
                val = raw_read_int();
                iobuf.in_multiplexed = 1;
                io_error |= val;
-               if (!am_generator)
+               if (am_receiver)
                        send_msg_int(MSG_IO_ERROR, val);
                break;
        case MSG_IO_TIMEOUT: