diff options
-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; } |