Better fix for infinite recursion; don't return from exit_cleanup
authorDavid Dykstra <dwd@samba.org>
Sun, 26 Jan 2003 03:53:34 +0000 (03:53 +0000)
committerDavid Dykstra <dwd@samba.org>
Sun, 26 Jan 2003 03:53:34 +0000 (03:53 +0000)
commitaa2c47d83558ebb5def69d6c2fa2d6fe70b49db0
tree948307a182becf7854c87429f0121a453b50e426
parent536b84680b4ab1f29fa456b4fa7b5b16eff4af8f
Better fix for infinite recursion; don't return from exit_cleanup
unless the nesting is already pretty deep, because there are normal
cases where exit_cleanup is nested shallowly.  Patch from Marc Espie,
posted by Brian Poole.
NEWS
cleanup.c