Update services/authzone.c

Co-Authored-By: wtoorop <willem@nlnetlabs.nl>
This commit is contained in:
Wouter Wijngaards
2019-04-29 11:25:09 +02:00
committed by GitHub
co-authored by wtoorop
parent a9c8d00d63
commit 196654efec
+1 -1
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(853);
= htons(env->port);
}
}