diff options
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); } |