mirror of
https://github.com/nginx/nginx.git
synced 2026-08-31 09:06:25 +00:00
fix building without PCRE, introduced in r2553
This commit is contained in:
parent
0bd7b00eb7
commit
648b0dcf28
1 changed files with 1 additions and 1 deletions
|
|
@ -1611,7 +1611,6 @@ static ngx_int_t
|
|||
ngx_http_find_virtual_server(ngx_http_request_t *r, u_char *host, size_t len)
|
||||
{
|
||||
u_char *server;
|
||||
size_t ncaptures;
|
||||
ngx_uint_t hash;
|
||||
ngx_http_virtual_names_t *vn;
|
||||
ngx_http_core_loc_conf_t *clcf;
|
||||
|
|
@ -1646,6 +1645,7 @@ ngx_http_find_virtual_server(ngx_http_request_t *r, u_char *host, size_t len)
|
|||
#if (NGX_PCRE)
|
||||
|
||||
if (vn->nregex) {
|
||||
size_t ncaptures;
|
||||
ngx_int_t n;
|
||||
ngx_uint_t i;
|
||||
ngx_str_t name;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue