From 751a371878d2c7ddd8392cb705b2b63d21fc3c0e Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Thu, 5 Mar 2009 08:24:17 +0000 Subject: [PATCH] pclcf->regex_locations are used with PCRE only --- src/http/ngx_http_core_module.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/http/ngx_http_core_module.h b/src/http/ngx_http_core_module.h index afceff941..98c276ef1 100644 --- a/src/http/ngx_http_core_module.h +++ b/src/http/ngx_http_core_module.h @@ -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;