mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-09-10 11:57:44 +02:00
Update services/authzone.c
Co-Authored-By: wtoorop <willem@nlnetlabs.nl>
This commit is contained in:
co-authored by
wtoorop
parent
b57a2f15db
commit
193cb2fcc4
+1
-1
@@ -5966,7 +5966,7 @@ xfr_probe_send_probe(struct auth_xfer* xfr, struct module_env* env,
|
||||
&& ntohs(((struct sockaddr_in *)&addr)->sin_port)
|
||||
== env->cfg->ssl_port)
|
||||
((struct sockaddr_in *)&addr)->sin_port
|
||||
= htons(53);
|
||||
= htons(env->port);
|
||||
else if (addr.ss_family == AF_INET6
|
||||
&& ntohs(((struct sockaddr_in6 *)&addr)->sin6_port)
|
||||
== 853)
|
||||
|
||||
Reference in New Issue
Block a user