mirror of
https://github.com/nginx/nginx.git
synced 2026-07-01 22:32:04 +00:00
r2581 merge:
test wildcard tail hash existance
This commit is contained in:
parent
7b57474d37
commit
e40b8d042e
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue