]> git.ipfire.org Git - thirdparty/bind9.git/commit
Account for changes to struct dns_rbtnode
authorMichał Kępień <michal@isc.org>
Thu, 7 Mar 2024 08:42:38 +0000 (09:42 +0100)
committerMichał Kępień <michal@isc.org>
Thu, 7 Mar 2024 08:42:38 +0000 (09:42 +0100)
commit52fe0b6be7cb99f2e13462ef86a31cc74185162d
tree71257f1f52199b707963e740458c31f05325a3d4
parent336096cdd17c594a2dea54a86e31498d0fa28061
Account for changes to struct dns_rbtnode

Commit 540a5b5a2c82170acc5c08d2c2ef74a700c7236f modified the definition
of struct dns_rbtnode.  Doing that changes the layout of map-format zone
files.  Bump MAPAPI and update the offsets used in map-format zone file
checks in the "masterformat" system test, as these changes were
inadvertently omitted from the aforementioned change.
bin/tests/system/masterformat/tests.sh
lib/dns/mapapi