From: Andrew Bartlett Date: Thu, 11 Jun 2009 09:08:33 +0000 (+1000) Subject: Fix build of recurusion fix in reopen_logs() X-Git-Tag: tdb-1.1.5~94 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=223b30f59367608558a3c8d4fadff3d5761b3765;p=thirdparty%2Fsamba.git Fix build of recurusion fix in reopen_logs() --- diff --git a/lib/util/debug.c b/lib/util/debug.c index 58905187ee3..76178e20746 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; }