comparison src/http/modules/ngx_http_referer_module.c @ 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 3cbbe86a7a95
children d620f497c50f
comparison
equal deleted inserted replaced
4007:7e3c557c2604 4008:debb2f235aa3
307 ngx_cacheline_size); 307 ngx_cacheline_size);
308 308
309 hash.key = ngx_hash_key_lc; 309 hash.key = ngx_hash_key_lc;
310 hash.max_size = conf->referer_hash_max_size; 310 hash.max_size = conf->referer_hash_max_size;
311 hash.bucket_size = conf->referer_hash_bucket_size; 311 hash.bucket_size = conf->referer_hash_bucket_size;
312 hash.name = "referers_hash"; 312 hash.name = "referer_hash";
313 hash.pool = cf->pool; 313 hash.pool = cf->pool;
314 314
315 if (conf->keys->keys.nelts) { 315 if (conf->keys->keys.nelts) {
316 hash.hash = &conf->hash.hash; 316 hash.hash = &conf->hash.hash;
317 hash.temp_pool = NULL; 317 hash.temp_pool = NULL;