fix building without PCRE introduced in r2023
Igor Sysoev
14 years ago
1299 | 1299 | ngx_array_t *in_ports) |
1300 | 1300 | { |
1301 | 1301 | ngx_int_t rc; |
1302 | ngx_uint_t s, p, a, i; | |
1302 | ngx_uint_t s, p, a; | |
1303 | 1303 | ngx_hash_init_t hash; |
1304 | 1304 | ngx_http_server_name_t *name; |
1305 | 1305 | ngx_hash_keys_arrays_t ha; |
1306 | 1306 | ngx_http_conf_in_port_t *in_port; |
1307 | 1307 | ngx_http_conf_in_addr_t *in_addr; |
1308 | 1308 | #if (NGX_PCRE) |
1309 | ngx_uint_t regex; | |
1309 | ngx_uint_t regex, i; | |
1310 | 1310 | #endif |
1311 | 1311 | |
1312 | 1312 | in_port = in_ports->elts; |