summaryrefslogtreecommitdiffhomepage
path: root/src/http/ngx_http_upstream.h
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2008-10-30 15:59:10 +0000
committerIgor Sysoev <igor@sysoev.ru>2008-10-30 15:59:10 +0000
commit694c84975dd097f60239b4cbd8c06af29f4140c0 (patch)
tree77b5717e1ff0d3e23c25208bb595c68a371dfdad /src/http/ngx_http_upstream.h
parent164abfb26f0f98155d11d8b41567f5b42575bb04 (diff)
downloadnginx-694c84975dd097f60239b4cbd8c06af29f4140c0.tar.gz
nginx-694c84975dd097f60239b4cbd8c06af29f4140c0.tar.bz2
fix r1913
Diffstat (limited to 'src/http/ngx_http_upstream.h')
-rw-r--r--src/http/ngx_http_upstream.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http/ngx_http_upstream.h b/src/http/ngx_http_upstream.h
index dd72ba86d..c87bcdc57 100644
--- a/src/http/ngx_http_upstream.h
+++ b/src/http/ngx_http_upstream.h
@@ -209,7 +209,7 @@ typedef struct {
typedef struct {
ngx_str_t host;
in_port_t port;
- ngx_uint_t default_port; /* unsigned default_port:1 */
+ ngx_uint_t no_port; /* unsigned no_port:1 */
ngx_uint_t naddrs;
in_addr_t *addrs;
ngx_resolver_ctx_t *ctx;