diff options
Diffstat (limited to 'src/http/ngx_http.c')
-rw-r--r-- | src/http/ngx_http.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http/ngx_http.c b/src/http/ngx_http.c index 4b61d56f9..492ba6f8a 100644 --- a/src/http/ngx_http.c +++ b/src/http/ngx_http.c @@ -69,7 +69,7 @@ static char *ngx_http_block(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_http_in_addr_t *in_addr, *inaddr; ngx_http_server_name_t *s_name, *name; ngx_http_core_srv_conf_t **cscfp, *cscf; - ngx_http_core_loc_conf_t **clcfp, *clcf; + ngx_http_core_loc_conf_t *clcf; ngx_http_core_main_conf_t *cmcf; #if (WIN32) ngx_iocp_conf_t *iocpcf; |