From: Ondřej Surý Date: Fri, 6 Mar 2026 16:06:16 +0000 (+0100) Subject: Fix copy-paste typos in dns_dispatchmgr comments X-Git-Tag: v9.20.22~30^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d55d914cb7b9f7355473e725c66898bf5c9b0885;p=thirdparty%2Fbind9.git Fix copy-paste typos in dns_dispatchmgr comments The v6ports and nv6ports fields are documented as "available ports for IPv4" instead of "IPv6". (cherry picked from commit 0d28e1bed26c9828293ef786daf5574f7f31b918) --- diff --git a/lib/dns/dispatch.c b/lib/dns/dispatch.c index 61134236591..5ff255b655a 100644 --- a/lib/dns/dispatch.c +++ b/lib/dns/dispatch.c @@ -64,8 +64,8 @@ struct dns_dispatchmgr { in_port_t *v4ports; /*%< available ports for IPv4 */ unsigned int nv4ports; /*%< # of available ports for IPv4 */ - in_port_t *v6ports; /*%< available ports for IPv4 */ - unsigned int nv6ports; /*%< # of available ports for IPv4 */ + in_port_t *v6ports; /*%< available ports for IPv6 */ + unsigned int nv6ports; /*%< # of available ports for IPv6 */ }; typedef enum {