If in_exit_cleanup is set, some of our functions return instead of
authorWayne Davison <wayned@samba.org>
Fri, 13 Oct 2006 07:38:18 +0000 (07:38 +0000)
committerWayne Davison <wayned@samba.org>
Fri, 13 Oct 2006 07:38:18 +0000 (07:38 +0000)
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).


No differences found