diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2004-08-30 19:24:51 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2004-08-30 19:24:51 +0000 |
| commit | 7105763f5b353df35505bec6598baf2830583c26 (patch) | |
| tree | f89009ee3e846541cb6751e9b8b7ccf15d3ce963 /src/http/ngx_http.c | |
| parent | 8645ca1f16959ef0f95c4e3f2b49d0505b88c4e5 (diff) | |
| download | nginx-7105763f5b353df35505bec6598baf2830583c26.tar.gz nginx-7105763f5b353df35505bec6598baf2830583c26.tar.bz2 | |
nginx-0.0.10-2004-08-30-23:24:51 import
Diffstat (limited to 'src/http/ngx_http.c')
| -rw-r--r-- | src/http/ngx_http.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/http/ngx_http.c b/src/http/ngx_http.c index b8b246196..492ba6f8a 100644 --- a/src/http/ngx_http.c +++ b/src/http/ngx_http.c @@ -257,11 +257,6 @@ static char *ngx_http_block(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) *h = ngx_http_find_location_config; - ngx_init_array(cmcf->phases[NGX_HTTP_MISC_PHASE].handlers, - cf->cycle->pool, 10, sizeof(ngx_http_handler_pt), - NGX_CONF_ERROR); - cmcf->phases[NGX_HTTP_MISC_PHASE].type = NGX_DECLINED; - ngx_init_array(cmcf->phases[NGX_HTTP_ACCESS_PHASE].handlers, cf->cycle->pool, 10, sizeof(ngx_http_handler_pt), NGX_CONF_ERROR); |
