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