summaryrefslogtreecommitdiff
path: root/src/http/ngx_http_request.c
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2009-03-18 12:46:42 +0000
committerJonathan Kolb <jon@b0g.us>2009-03-18 12:46:42 +0000
commitedb4d121199e5911d3c39a25ea36f63fa8dcf6a9 (patch)
tree07a0a6460f8b7f2269f5d969bf22fd2d2f9d7d41 /src/http/ngx_http_request.c
parentf7282cf06b6d8c64ca160877c5f46a6043e0f78a (diff)
downloadnginx-0.7.43.tar.gz
Changes with nginx 0.7.43 18 Mar 2009v0.7.43
*) Bugfix: a request was handled incorrectly, if a "root" directive used variables; the bug had appeared in 0.7.42. *) Bugfix: if a server listened on wildcard address, then the $server_addr variable value was "0.0.0.0"; the bug had appeared in 0.7.36.
Diffstat (limited to 'src/http/ngx_http_request.c')
-rw-r--r--src/http/ngx_http_request.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/http/ngx_http_request.c b/src/http/ngx_http_request.c
index 0280c6380..c80ae101c 100644
--- a/src/http/ngx_http_request.c
+++ b/src/http/ngx_http_request.c
@@ -310,8 +310,6 @@ ngx_http_init_request(ngx_event_t *rev)
* is required to determine a server address
*/
- c->local_sockaddr = NULL;
-
if (ngx_http_server_addr(r, NULL) != NGX_OK) {
ngx_http_close_connection(c);
return;