r2581 merge:

test wildcard tail hash existance
This commit is contained in:
Igor Sysoev 2009-04-01 16:36:47 +00:00
parent 254e886549
commit 39be0dc53f
1 changed files with 2 additions and 2 deletions

View File

@ -896,8 +896,8 @@ ngx_http_block(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
if (in_addr[i].hash.buckets == NULL
&& (in_addr[i].wc_head == NULL
|| in_addr[i].wc_head->hash.buckets == NULL)
&& (in_addr[i].wc_head == NULL
|| in_addr[i].wc_head->hash.buckets == NULL))
&& (in_addr[i].wc_tail == NULL
|| in_addr[i].wc_tail->hash.buckets == NULL))
{
continue;
}