]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
fix: dev: Use DNS_RDATACOMMON_INIT to hide branch differences
authorMark Andrews <marka@isc.org>
Thu, 14 Aug 2025 22:07:33 +0000 (08:07 +1000)
committerMark Andrews <marka@isc.org>
Thu, 14 Aug 2025 22:07:33 +0000 (08:07 +1000)
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


Trivial merge