Fix build of recurusion fix in reopen_logs()
authorAndrew Bartlett <abartlet@samba.org>
Thu, 11 Jun 2009 09:08:33 +0000 (19:08 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 11 Jun 2009 09:08:33 +0000 (19:08 +1000)
lib/util/debug.c

index 58905187ee31cfce16f694561828a91b5ddd67d2..76178e207460a7842eaacdda1b3aacad93207a6d 100644 (file)
@@ -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;
        }