Make some RERR_* choices better, and another noop_io_until_death() tweak.
[rsync/rsync.git] / cleanup.c
index ae185d4..63118e6 100644 (file)
--- a/cleanup.c
+++ b/cleanup.c
@@ -213,7 +213,7 @@ NORETURN void _exit_cleanup(int code, const char *file, int line)
                /* FALLTHROUGH */
 #include "case_N.h"
 
                /* FALLTHROUGH */
 #include "case_N.h"
 
-               if (exit_code && exit_code != RERR_STREAMIO && exit_code != RERR_SIGNAL1
+               if (exit_code && exit_code != RERR_SOCKETIO && exit_code != RERR_STREAMIO && exit_code != RERR_SIGNAL1
                 && (protocol_version >= 31 || (!am_sender && !am_generator))) {
                        if (line > 0)
                                send_msg_int(MSG_ERROR_EXIT, exit_code);
                 && (protocol_version >= 31 || (!am_sender && !am_generator))) {
                        if (line > 0)
                                send_msg_int(MSG_ERROR_EXIT, exit_code);