]> granicus.if.org Git - apache/commitdiff
static scope for rewritemap_mutex_type.
authorAndré Malo <nd@apache.org>
Wed, 4 Apr 2012 20:33:59 +0000 (20:33 +0000)
committerAndré Malo <nd@apache.org>
Wed, 4 Apr 2012 20:33:59 +0000 (20:33 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1309585 13f79535-47bb-0310-9956-ffa450edef68

modules/mappers/mod_rewrite.c

index 8f5d3972ed19aa6d8107c34f03c1224c29dfef71..a7fb0666d3b1db313f20eec7978e77d128ea5d53 100644 (file)
@@ -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;