aboutsummaryrefslogtreecommitdiff
path: root/src/http/ngx_http_request.c
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2009-02-23 21:05:10 +0000
committerIgor Sysoev <igor@sysoev.ru>2009-02-23 21:05:10 +0000
commit2d95c82f919a597918918714cda59b5784a12edc (patch)
tree8371951893384c3c16f13e8777066ac45b2159c4 /src/http/ngx_http_request.c
parentb5a17c727ca81a99aabf88a41e9a2d5b61ad313b (diff)
downloadnginx-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.c1
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;
}
}