# HG changeset patch # User Ruslan Ermilov # Date 1345180459 0 # Node ID 28a64967e8913ee44a2067b011f8c210bfb8114a # Parent d794e59800ef123cdc89511c98c8a4b826a8b0f9 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 --- a/src/mail/ngx_mail_handler.c +++ b/src/mail/ngx_mail_handler.c @@ -38,8 +38,6 @@ ngx_mail_init_connection(ngx_connection_ /* find the server configuration for the address:port */ - /* AF_INET only */ - port = c->listening->servers; if (port->naddrs > 1) {