From: Jeff Trawick Date: Sat, 1 Dec 2001 03:35:00 +0000 (+0000) Subject: fix a couple of .exp files that broke when we sanitized the names X-Git-Tag: 2.0.30~318 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=85d74d355685ede1468720092c3fa677d220c0c8;p=thirdparty%2Fapache%2Fhttpd.git fix a couple of .exp files that broke when we sanitized the names of the module structures git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92272 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/filters/mod_include.exp b/modules/filters/mod_include.exp index 335da742da4..112e1c4d0ed 100644 --- a/modules/filters/mod_include.exp +++ b/modules/filters/mod_include.exp @@ -1 +1 @@ -includes_module +include_module diff --git a/modules/loggers/mod_log_config.exp b/modules/loggers/mod_log_config.exp index 01b926f4bb0..0749e52704e 100644 --- a/modules/loggers/mod_log_config.exp +++ b/modules/loggers/mod_log_config.exp @@ -1 +1 @@ -config_log_module +log_config_module