From: Mark Andrews Date: Thu, 14 Aug 2025 22:07:33 +0000 (+1000) Subject: fix: dev: Use DNS_RDATACOMMON_INIT to hide branch differences X-Git-Tag: v9.21.12~47 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=144d8f42956175088bb22d0683dc86dec4c09132;p=thirdparty%2Fbind9.git fix: dev: Use DNS_RDATACOMMON_INIT to hide branch differences Initialization of the common members of rdata type structures varies across branches. Standardize it by using the `DNS_RDATACOMMON_INIT` macro for all types, so that new types are more likely to use it, and hence backport more cleanly. Closes #5467 Merge branch '5467-use-dns_rdatacommon_init-to-hide-branch-differences' into 'main' See merge request isc-projects/bind9!10831 --- 144d8f42956175088bb22d0683dc86dec4c09132