]> git.ipfire.org Git - thirdparty/bind9.git/commit
[9.18] fix: dev: Use DNS_RDATACOMMON_INIT to hide branch differences
authorMark Andrews <marka@isc.org>
Thu, 14 Aug 2025 13:19:09 +0000 (23:19 +1000)
committerMark Andrews <marka@isc.org>
Thu, 14 Aug 2025 13:19:09 +0000 (23:19 +1000)
commitaef4682e4aafb9b67ddc195bb7005ea3533eff5f
tree326cc7460228a905079d846dc90de5a8a00b7d2f
parent77e429a51103ebe681337a912e2bd955c5a5116f
parent3ed407ac777e39eeaff8ac884a1ea061adbb8e9e
[9.18] 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-9.18' into 'bind-9.18'

See merge request isc-projects/bind9!10833