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-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f45ea0cff5a9b4478826917fdec1992c13818faa;p=apache 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 335da742da..112e1c4d0e 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 01b926f4bb..0749e52704 100644 --- a/modules/loggers/mod_log_config.exp +++ b/modules/loggers/mod_log_config.exp @@ -1 +1 @@ -config_log_module +log_config_module