summaryrefslogtreecommitdiffstats
path: root/modules/mappers
diff options
context:
space:
mode:
authorAndré Malo <nd@apache.org>2012-04-04 22:33:59 +0200
committerAndré Malo <nd@apache.org>2012-04-04 22:33:59 +0200
commit275799f42c73ba9ae858d9ed9939b7cb5a94a0e5 (patch)
tree395fe853f607e60cb9366134fb9f6918cf75f8cb /modules/mappers
parentupdate convmap (diff)
downloadapache2-275799f42c73ba9ae858d9ed9939b7cb5a94a0e5.tar.xz
apache2-275799f42c73ba9ae858d9ed9939b7cb5a94a0e5.zip
static scope for rewritemap_mutex_type.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1309585 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/mappers')
-rw-r--r--modules/mappers/mod_rewrite.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/mappers/mod_rewrite.c b/modules/mappers/mod_rewrite.c
index 8f5d3972ed..a7fb0666d3 100644
--- a/modules/mappers/mod_rewrite.c
+++ b/modules/mappers/mod_rewrite.c
@@ -401,7 +401,7 @@ static int proxy_available;
/* Locks/Mutexes */
static apr_global_mutex_t *rewrite_mapr_lock_acquire = NULL;
-const char *rewritemap_mutex_type = "rewrite-map";
+static const char *rewritemap_mutex_type = "rewrite-map";
/* Optional functions imported from mod_ssl when loaded: */
static APR_OPTIONAL_FN_TYPE(ssl_var_lookup) *rewrite_ssl_lookup = NULL;