Improved the _exit_cleanup() function to handle potential recursions
authorWayne Davison <wayned@samba.org>
Sat, 14 Oct 2006 19:58:52 +0000 (19:58 +0000)
committerWayne Davison <wayned@samba.org>
Sat, 14 Oct 2006 19:58:52 +0000 (19:58 +0000)
commit154c345db03bd0c5a93a28373352c9d9363d587b
treef8c3b122238e3b9d955f9f12757992c7ebcbad3c
parent25f637a334a39448d0ffcdcf20d9917472db8d97
Improved the _exit_cleanup() function to handle potential recursions
back to the function via the calls that it is making.  The new code
treats each recursion back into the function as an opportunity to
take up where we left off (skipping whatever step just failed).
cleanup.c