From: André Malo Date: Wed, 4 Apr 2012 20:33:59 +0000 (+0000) Subject: static scope for rewritemap_mutex_type. X-Git-Tag: 2.5.0-alpha~7251 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=275799f42c73ba9ae858d9ed9939b7cb5a94a0e5;p=apache static scope for rewritemap_mutex_type. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1309585 13f79535-47bb-0310-9956-ffa450edef68 --- 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;