From: Wouter Wijngaards Date: Mon, 29 Apr 2019 09:41:45 +0000 (+0200) Subject: Update services/authzone.c X-Git-Tag: release-1.9.2rc1~22^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=46b5e96c549f44f64d66f9b7743b85ccd8ef5d44;p=thirdparty%2Funbound.git Update services/authzone.c Co-Authored-By: wtoorop --- diff --git a/services/authzone.c b/services/authzone.c index dbfde9b48..3f928296e 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(env->port); + = htons(env->cfg->port); } }