X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/8ada7518907e7606a28baac85840a5c56a010c5e..8b35435f7cc4708400c652434615ce48dc493de4:/cleanup.c diff --git a/cleanup.c b/cleanup.c index b4ac82ad..c828d73c 100644 --- a/cleanup.c +++ b/cleanup.c @@ -39,6 +39,7 @@ void _exit_cleanup(int code, const char *file, int line) if (code == 0 && io_error) code = RERR_FILEIO; signal(SIGUSR1, SIG_IGN); + signal(SIGUSR2, SIG_IGN); if (cleanup_got_literal && cleanup_fname && keep_partial) { char *fname = cleanup_fname;