mirror of
https://github.com/nginx/nginx.git
synced 2026-09-01 11:02:29 +00: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
1 changed files with 0 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue