diff options
author | Andrew Bartlett <abartlet@samba.org> | 2009-06-11 19:08:33 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2009-06-11 19:08:33 +1000 |
commit | 223b30f59367608558a3c8d4fadff3d5761b3765 (patch) | |
tree | 27691fe90cdbfd2888f063efa248440c64f738f1 | |
parent | e9caf7d06352b557ef1e2d41a2325f29a4a2506a (diff) | |
download | samba-223b30f59367608558a3c8d4fadff3d5761b3765.tar.gz samba-223b30f59367608558a3c8d4fadff3d5761b3765.tar.bz2 samba-223b30f59367608558a3c8d4fadff3d5761b3765.zip |
Fix build of recurusion fix in reopen_logs()
-rw-r--r-- | lib/util/debug.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/util/debug.c b/lib/util/debug.c index 58905187ee..76178e2074 100644 --- a/lib/util/debug.c +++ b/lib/util/debug.c @@ -172,7 +172,7 @@ _PUBLIC_ void reopen_logs(void) } else { DEBUG(1, ("Failed to find name for file-based logfile!\n")); } - state.reopening_false = true; + state.reopening_logs = false; break; } |