From: Igor Sysoev Date: Thu, 18 Aug 2011 16:27:30 +0000 (+0000) Subject: Fix names of the referer hash size directives introduced in r3940. X-Git-Tag: release-1.1.1~12 X-Git-Url: http://www.kaiwu.me/postgresql/commit/?a=commitdiff_plain;h=c4ff39ae2b79a6a54535f3c8abc9f2ccefa4ee99;p=nginx.git Fix names of the referer hash size directives introduced in r3940. --- diff --git a/src/http/modules/ngx_http_referer_module.c b/src/http/modules/ngx_http_referer_module.c index 252fb5a93..cf2d744f1 100644 --- a/src/http/modules/ngx_http_referer_module.c +++ b/src/http/modules/ngx_http_referer_module.c @@ -309,7 +309,7 @@ ngx_http_referer_merge_conf(ngx_conf_t *cf, void *parent, void *child) hash.key = ngx_hash_key_lc; hash.max_size = conf->referer_hash_max_size; hash.bucket_size = conf->referer_hash_bucket_size; - hash.name = "referers_hash"; + hash.name = "referer_hash"; hash.pool = cf->pool; if (conf->keys->keys.nelts) {