diff src/http/ngx_http_upstream.h @ 2285:c77f4710595c

fix r1913
author Igor Sysoev <igor@sysoev.ru>
date Thu, 30 Oct 2008 15:59:10 +0000
parents 33556140681a
children 87b8c44906b5
line wrap: on
line diff
--- 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;