mirror of
https://github.com/nginx/nginx.git
synced 2025-07-25 06:37:58 +08:00
Removed a stale "AF_INET only" comment.
IPv6 client connections in mail modules have been supported since r2856.
This commit is contained in:
parent
f12c7563e2
commit
ff3236e7a7
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user