From: Ruslan Ermilov Date: Fri, 17 Aug 2012 05:14:19 +0000 (+0000) Subject: Removed a stale "AF_INET only" comment. X-Git-Tag: release-1.3.5~6 X-Git-Url: http://www.kaiwu.me/postgresql/commit/?a=commitdiff_plain;h=ff3236e7a7e1c54cdef1e3300eda2b916807e67a;p=nginx.git Removed a stale "AF_INET only" comment. IPv6 client connections in mail modules have been supported since r2856. --- diff --git a/src/mail/ngx_mail_handler.c b/src/mail/ngx_mail_handler.c index a1c4464f7..ae955f9c6 100644 --- a/src/mail/ngx_mail_handler.c +++ b/src/mail/ngx_mail_handler.c @@ -38,8 +38,6 @@ ngx_mail_init_connection(ngx_connection_t *c) /* find the server configuration for the address:port */ - /* AF_INET only */ - port = c->listening->servers; if (port->naddrs > 1) {