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)
commit9ef506a2b2270b242cfd5734722c44e7e3d3478f
treeaddcd6686f5c454003c2bf0ffba256d3bffff459
parentb1b54199efeba50d29a6ba8025ee8c8193d16dda
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).
log.c