From ff3236e7a7e1c54cdef1e3300eda2b916807e67a Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Fri, 17 Aug 2012 05:14:19 +0000 Subject: [PATCH] Removed a stale "AF_INET only" comment. IPv6 client connections in mail modules have been supported since r2856. --- src/mail/ngx_mail_handler.c | 2 -- 1 file changed, 2 deletions(-) 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) {