From 223b30f59367608558a3c8d4fadff3d5761b3765 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Thu, 11 Jun 2009 19:08:33 +1000 Subject: Fix build of recurusion fix in reopen_logs() --- lib/util/debug.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/util') 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; } -- cgit