diff options
Diffstat (limited to 'src/http/ngx_http.c')
-rw-r--r-- | src/http/ngx_http.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/http/ngx_http.c b/src/http/ngx_http.c index 5c1e0a041..a15b3e3cd 100644 --- a/src/http/ngx_http.c +++ b/src/http/ngx_http.c @@ -725,8 +725,6 @@ ngx_http_block(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ls->deferred_accept = in_addr[a].listen_conf->deferred_accept; #endif - ls->ctx = ctx; - hip = ngx_palloc(cf->pool, sizeof(ngx_http_in_port_t)); if (hip == NULL) { return NGX_CONF_ERROR; |