mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-01-01 12:29:36 -05:00
Update services/authzone.c
Co-Authored-By: wtoorop <willem@nlnetlabs.nl>
This commit is contained in:
parent
193cb2fcc4
commit
5e4cfcc665
1 changed files with 1 additions and 1 deletions
|
|
@ -5969,7 +5969,7 @@ xfr_probe_send_probe(struct auth_xfer* xfr, struct module_env* env,
|
|||
= htons(env->port);
|
||||
else if (addr.ss_family == AF_INET6
|
||||
&& ntohs(((struct sockaddr_in6 *)&addr)->sin6_port)
|
||||
== 853)
|
||||
== env->cfg->ssl_port)
|
||||
((struct sockaddr_in6 *)&addr)->sin6_port
|
||||
= htons(853);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue