mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-24 00:29:58 -05:00
Update services/authzone.c
Co-Authored-By: wtoorop <willem@nlnetlabs.nl>
This commit is contained in:
parent
f5a197f96e
commit
46b5e96c54
1 changed files with 1 additions and 1 deletions
|
|
@ -5971,7 +5971,7 @@ xfr_probe_send_probe(struct auth_xfer* xfr, struct module_env* env,
|
|||
&& ntohs(((struct sockaddr_in6 *)&addr)->sin6_port)
|
||||
== env->cfg->ssl_port)
|
||||
((struct sockaddr_in6 *)&addr)->sin6_port
|
||||
= htons(env->port);
|
||||
= htons(env->cfg->port);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue