diff src/http/ngx_http.c @ 401:b32ca005e025

nginx-0.0.9-2004-07-26-22:31:43 import
author Igor Sysoev <igor@sysoev.ru>
date Mon, 26 Jul 2004 18:31:43 +0000
parents 6f3b20c1ac50
children d6e2b445c1b8
line wrap: on
line diff
--- a/src/http/ngx_http.c
+++ b/src/http/ngx_http.c
@@ -69,7 +69,7 @@ static char *ngx_http_block(ngx_conf_t *
     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;