[nginx] svn commit: r4819 - trunk/src/mail

ru at nginx.com ru at nginx.com
Fri Aug 17 05:14:20 UTC 2012


Author: ru
Date: 2012-08-17 05:14:19 +0000 (Fri, 17 Aug 2012)
New Revision: 4819
URL: http://trac.nginx.org/nginx/changeset/4819/nginx

Log:
Removed a stale "AF_INET only" comment.

IPv6 client connections in mail modules have been supported since r2856.


Modified:
   trunk/src/mail/ngx_mail_handler.c

Modified: trunk/src/mail/ngx_mail_handler.c
===================================================================
--- trunk/src/mail/ngx_mail_handler.c	2012-08-17 05:08:42 UTC (rev 4818)
+++ trunk/src/mail/ngx_mail_handler.c	2012-08-17 05:14:19 UTC (rev 4819)
@@ -38,8 +38,6 @@
 
     /* find the server configuration for the address:port */
 
-    /* AF_INET only */
-
     port = c->listening->servers;
 
     if (port->naddrs > 1) {



More information about the nginx-devel mailing list