Removed a stale "AF_INET only" comment.

IPv6 client connections in mail modules have been supported since r2856.
This commit is contained in:
Ruslan Ermilov 2012-08-17 05:14:19 +00:00
parent f12c7563e2
commit ff3236e7a7

View File

@ -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) {