pclcf->regex_locations are used with PCRE only

This commit is contained in:
Igor Sysoev 2009-03-05 08:24:17 +00:00
parent 0750c93313
commit 751a371878

View file

@ -289,7 +289,9 @@ struct ngx_http_core_loc_conf_s {
#endif
ngx_http_location_tree_node_t *static_locations;
#if (NGX_PCRE)
ngx_http_core_loc_conf_t **regex_locations;
#endif
/* pointer to the modules' loc_conf */
void **loc_conf;