From: Wouter Wijngaards Date: Mon, 29 Apr 2019 09:23:23 +0000 (+0200) Subject: Update services/authzone.c X-Git-Tag: release-1.9.2rc1~22^2~8 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=193cb2fcc42964bb487095097d4c5d5975bbbdb0;p=thirdparty%2Funbound.git Update services/authzone.c Co-Authored-By: wtoorop --- diff --git a/services/authzone.c b/services/authzone.c index 954786a03..629245e21 100644 --- a/services/authzone.c +++ b/services/authzone.c @@ -5966,7 +5966,7 @@ xfr_probe_send_probe(struct auth_xfer* xfr, struct module_env* env, && ntohs(((struct sockaddr_in *)&addr)->sin_port) == env->cfg->ssl_port) ((struct sockaddr_in *)&addr)->sin_port - = htons(53); + = htons(env->port); else if (addr.ss_family == AF_INET6 && ntohs(((struct sockaddr_in6 *)&addr)->sin6_port) == 853)