X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/9bd659766688c8fbb8dc71d36ab6a352052d3b7e..f0359dd00d60d72c4b3dec85de8e490692f6015c:/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;