diff src/http/ngx_http_request.c @ 2528:c1975ccd0215

axe r->in_addr
author Igor Sysoev <igor@sysoev.ru>
date Mon, 23 Feb 2009 21:05:10 +0000
parents 2e91aecb9e57
children 339da812982c
line wrap: on
line diff
--- 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;
         }
     }