Update services/authzone.c

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

View file

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