Make some RERR_* choices better, and another noop_io_until_death() tweak.
[rsync/rsync.git] / compat.c
index 6655acd..f5cfbd4 100644 (file)
--- a/compat.c
+++ b/compat.c
@@ -255,8 +255,9 @@ void setup_protocol(int f_out,int f_in)
                        compat_flags |= CF_SYMLINK_ICONV;
 #endif
                        write_byte(f_out, compat_flags);
-               } else
+               } else {
                        compat_flags = read_byte(f_in);
+               }
                /* The inc_recurse var MUST be set to 0 or 1. */
                inc_recurse = compat_flags & CF_INC_RECURSE ? 1 : 0;
                if (am_sender) {