diff options
Diffstat (limited to 'src/http/ngx_http_request.c')
-rw-r--r-- | src/http/ngx_http_request.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/http/ngx_http_request.c b/src/http/ngx_http_request.c index f03b574f9..5f5c70744 100644 --- a/src/http/ngx_http_request.c +++ b/src/http/ngx_http_request.c @@ -373,7 +373,6 @@ ngx_http_init_request(ngx_event_t *rev) default: /* AF_INET */ addr = port->addrs; addr_conf = &addr[0].conf; - r->in_addr = addr[0].addr; break; } } |