]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/debug.cc
Make debug_options rotate=N option back-compatible.
[thirdparty/squid.git] / src / debug.cc
index 6e3bbc8055dc7c72b3c15b3a2ba606b87fc00f34..4088ba335b2674bf87990410aaee09af534ff8a2 100644 (file)
@@ -52,7 +52,7 @@ bool Debug::log_syslog = false;
 int Debug::Levels[MAX_DEBUG_SECTIONS];
 int Debug::level;
 char *Debug::cache_log = NULL;
-int Debug::rotateNumber = 1;
+int Debug::rotateNumber = -1;
 FILE *debug_log = NULL;
 static char *debug_log_file = NULL;
 static int Ctx_Lock = 0;