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.21.20~10^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0d28e1bed26c9828293ef786daf5574f7f31b918;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". --- diff --git a/lib/dns/dispatch.c b/lib/dns/dispatch.c index 9b5c224ef91..771c29b8887 100644 --- a/lib/dns/dispatch.c +++ b/lib/dns/dispatch.c @@ -67,8 +67,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 {