commit | ff3236e7a7e1c54cdef1e3300eda2b916807e67a | [log] [tgz] |
---|---|---|
author | Ruslan Ermilov <ru@nginx.com> | Fri Aug 17 05:14:19 2012 +0000 |
committer | Ruslan Ermilov <ru@nginx.com> | Fri Aug 17 05:14:19 2012 +0000 |
tree | bfdf310c5b4faedef8abdfb2be54d1daf481c8dc | |
parent | f12c7563e2523e268075bb1acc254ea30d536840 [diff] |
Removed a stale "AF_INET only" comment. IPv6 client connections in mail modules have been supported since r2856.
diff --git a/src/mail/ngx_mail_handler.c b/src/mail/ngx_mail_handler.c index a1c4464..ae955f9 100644 --- a/src/mail/ngx_mail_handler.c +++ b/src/mail/ngx_mail_handler.c
@@ -38,8 +38,6 @@ /* find the server configuration for the address:port */ - /* AF_INET only */ - port = c->listening->servers; if (port->naddrs > 1) {