]> git.ipfire.org Git - thirdparty/bind9.git/commit
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)
commit144d8f42956175088bb22d0683dc86dec4c09132
tree4b9f605b69d6460c11849a48135c9ae837c891d8
parent90e50ce683090baaab94bf6f88f64b25a6e5e2a1
parent841d1647d471de413a90ffde4ea4d55a1704dbf3
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