aboutsummaryrefslogtreecommitdiff
path: root/src/mail/ngx_mail_smtp_handler.c
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@nginx.com>2013-12-09 10:53:28 +0400
committerRuslan Ermilov <ru@nginx.com>2013-12-09 10:53:28 +0400
commit769eded73267274e018f460dd76b417538aa5934 (patch)
tree74d872edd0d7406caeeee3fe7fac38d048f47951 /src/mail/ngx_mail_smtp_handler.c
parent809bee30b742eadbf1b487d4d185215f093377a5 (diff)
downloadnginx-769eded73267274e018f460dd76b417538aa5934.tar.gz
nginx-769eded73267274e018f460dd76b417538aa5934.zip
Resolver: implemented IPv6 name to address resolving.
Diffstat (limited to 'src/mail/ngx_mail_smtp_handler.c')
-rw-r--r--src/mail/ngx_mail_smtp_handler.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mail/ngx_mail_smtp_handler.c b/src/mail/ngx_mail_smtp_handler.c
index d24ac5ec3..52fe47523 100644
--- a/src/mail/ngx_mail_smtp_handler.c
+++ b/src/mail/ngx_mail_smtp_handler.c
@@ -165,7 +165,6 @@ ngx_mail_smtp_resolve_name(ngx_event_t *rev)
}
ctx->name = s->host;
- ctx->type = NGX_RESOLVE_A;
ctx->handler = ngx_mail_smtp_resolve_name_handler;
ctx->data = s;
ctx->timeout = cscf->resolver_timeout;