comparison src/mail/ngx_mail_handler.c @ 4818:28a64967e891

Removed a stale "AF_INET only" comment. IPv6 client connections in mail modules have been supported since r2856.
author Ruslan Ermilov <ru@nginx.com>
date Fri, 17 Aug 2012 05:14:19 +0000
parents d620f497c50f
children 04e43d03e153
comparison
equal deleted inserted replaced
4817:d794e59800ef 4818:28a64967e891
36 #endif 36 #endif
37 37
38 38
39 /* find the server configuration for the address:port */ 39 /* find the server configuration for the address:port */
40 40
41 /* AF_INET only */
42
43 port = c->listening->servers; 41 port = c->listening->servers;
44 42
45 if (port->naddrs > 1) { 43 if (port->naddrs > 1) {
46 44
47 /* 45 /*