From: Wouter Wijngaards Date: Mon, 29 Apr 2019 09:24:45 +0000 (+0200) Subject: Update services/authzone.c X-Git-Tag: release-1.9.2rc1~22^2~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5e4cfcc665245b86c481f5aa3b283c5af8bb5b5d;p=thirdparty%2Funbound.git Update services/authzone.c Co-Authored-By: wtoorop --- diff --git a/services/authzone.c b/services/authzone.c index 629245e21..4547ef699 100644 --- a/services/authzone.c +++ b/services/authzone.c @@ -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); }