diff options
author | Christophe Jaillet <jailletc36@apache.org> | 2012-10-12 18:41:34 +0200 |
---|---|---|
committer | Christophe Jaillet <jailletc36@apache.org> | 2012-10-12 18:41:34 +0200 |
commit | 2cf5acd15fd58fff1c25e7ef1d2c3811e5c1d139 (patch) | |
tree | e45d449efa166e5a86e6c94d5b5ecacbdcde266b /server/provider.c | |
parent | Example improvement courtesy of Mario Brandt (diff) | |
download | apache2-2cf5acd15fd58fff1c25e7ef1d2c3811e5c1d139.tar.xz apache2-2cf5acd15fd58fff1c25e7ef1d2c3811e5c1d139.zip |
s/;;/;/
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1397636 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'server/provider.c')
-rw-r--r-- | server/provider.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/provider.c b/server/provider.c index a102dd851b..cf307e7c72 100644 --- a/server/provider.c +++ b/server/provider.c @@ -42,7 +42,7 @@ AP_DECLARE(apr_status_t) ap_register_provider(apr_pool_t *pool, if (global_providers == NULL) { global_providers = apr_hash_make(pool); - global_providers_names = apr_hash_make(pool);; + global_providers_names = apr_hash_make(pool); apr_pool_cleanup_register(pool, NULL, cleanup_global_providers, apr_pool_cleanup_null); } |