aboutsummaryrefslogtreecommitdiff
path: root/src/mail/ngx_mail_handler.c
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@nginx.com>2012-08-17 05:14:19 +0000
committerRuslan Ermilov <ru@nginx.com>2012-08-17 05:14:19 +0000
commitff3236e7a7e1c54cdef1e3300eda2b916807e67a (patch)
treebfdf310c5b4faedef8abdfb2be54d1daf481c8dc /src/mail/ngx_mail_handler.c
parentf12c7563e2523e268075bb1acc254ea30d536840 (diff)
downloadnginx-ff3236e7a7e1c54cdef1e3300eda2b916807e67a.tar.gz
nginx-ff3236e7a7e1c54cdef1e3300eda2b916807e67a.zip
Removed a stale "AF_INET only" comment.
IPv6 client connections in mail modules have been supported since r2856.
Diffstat (limited to 'src/mail/ngx_mail_handler.c')
-rw-r--r--src/mail/ngx_mail_handler.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mail/ngx_mail_handler.c b/src/mail/ngx_mail_handler.c
index a1c4464f7..ae955f9c6 100644
--- a/src/mail/ngx_mail_handler.c
+++ b/src/mail/ngx_mail_handler.c
@@ -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) {