From: Wayne Davison Date: Fri, 13 Oct 2006 07:38:18 +0000 (+0000) Subject: If in_exit_cleanup is set, some of our functions return instead of X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/9ef506a2b2270b242cfd5734722c44e7e3d3478f?hp=9ef506a2b2270b242cfd5734722c44e7e3d3478f If in_exit_cleanup is set, some of our functions return instead of calling exit_cleanup() (which is a safer way to avoid an infinite loop when the exit code uses the log functions than allowing the _exit_cleanup() function to return back into our code). ---