summaryrefslogtreecommitdiff
path: root/lib/util/debug.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2009-06-11 19:08:33 +1000
committerAndrew Bartlett <abartlet@samba.org>2009-06-11 19:08:33 +1000
commit223b30f59367608558a3c8d4fadff3d5761b3765 (patch)
tree27691fe90cdbfd2888f063efa248440c64f738f1 /lib/util/debug.c
parente9caf7d06352b557ef1e2d41a2325f29a4a2506a (diff)
downloadsamba-223b30f59367608558a3c8d4fadff3d5761b3765.tar.gz
samba-223b30f59367608558a3c8d4fadff3d5761b3765.tar.bz2
samba-223b30f59367608558a3c8d4fadff3d5761b3765.zip
Fix build of recurusion fix in reopen_logs()
Diffstat (limited to 'lib/util/debug.c')
-rw-r--r--lib/util/debug.c2
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;
}