diff options
author | Igor Sysoev <igor@sysoev.ru> | 2009-02-23 21:05:10 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2009-02-23 21:05:10 +0000 |
commit | 2d95c82f919a597918918714cda59b5784a12edc (patch) | |
tree | 8371951893384c3c16f13e8777066ac45b2159c4 /src/http/ngx_http_request.c | |
parent | b5a17c727ca81a99aabf88a41e9a2d5b61ad313b (diff) | |
download | nginx-2d95c82f919a597918918714cda59b5784a12edc.tar.gz nginx-2d95c82f919a597918918714cda59b5784a12edc.zip |
axe r->in_addr
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; } } |