]> git.kaiwu.me - nginx.git/commitdiff
Removed a stale "AF_INET only" comment.
authorRuslan Ermilov <ru@nginx.com>
Fri, 17 Aug 2012 05:14:19 +0000 (05:14 +0000)
committerRuslan Ermilov <ru@nginx.com>
Fri, 17 Aug 2012 05:14:19 +0000 (05:14 +0000)
IPv6 client connections in mail modules have been supported since r2856.

src/mail/ngx_mail_handler.c

index a1c4464f7e56cb537efc5a9f9d4ed00036d5b3bd..ae955f9c6aea04cf64a72d4ea306af2ceb2b81d4 100644 (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) {