changeset 4008:debb2f235aa3

Fix names of the referer hash size directives introduced in r3940.
author Igor Sysoev <igor@sysoev.ru>
date Thu, 18 Aug 2011 16:27:30 +0000
parents 7e3c557c2604
children 3183165283cc
files src/http/modules/ngx_http_referer_module.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 *
     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) {