Update services/authzone.c

Co-Authored-By: wtoorop <willem@nlnetlabs.nl>
This commit is contained in:
Wouter Wijngaards 2019-04-29 11:24:45 +02:00 committed by GitHub
parent 193cb2fcc4
commit 5e4cfcc665
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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);
}