diff options
author | Victor J. Orlikowski <orlikowski@apache.org> | 2001-08-27 22:50:01 +0200 |
---|---|---|
committer | Victor J. Orlikowski <orlikowski@apache.org> | 2001-08-27 22:50:01 +0200 |
commit | 76692f2573e3c5407b0f437d9cd747e1d4e1162c (patch) | |
tree | 0332c3b9805f03fc4602e4b7fc4a1b3b100f1815 /modules/loggers/mod_log_config.h | |
parent | Fix a growing connection pool in core_output_filter() for (diff) | |
download | apache2-76692f2573e3c5407b0f437d9cd747e1d4e1162c.tar.xz apache2-76692f2573e3c5407b0f437d9cd747e1d4e1162c.zip |
Fix a case where on restart, an admin started logging, and the logging
code waited to start until the second pass (assuming we were just starting
up) to open the log file. Also fix a typo.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90737 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r-- | modules/loggers/mod_log_config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/loggers/mod_log_config.h b/modules/loggers/mod_log_config.h index d30409f804..9d26c046f3 100644 --- a/modules/loggers/mod_log_config.h +++ b/modules/loggers/mod_log_config.h @@ -58,6 +58,7 @@ #include "apr_optional.h" #include "httpd.h" +#include "scoreboard.h" #ifndef _MOD_LOG_CONFIG_H #define _MOD_LOG_CONFIG_H 1 |