]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
fix: nil: Fix missing field 'merge' initializer for the new cfg_clausedef_t
authorOndřej Surý <ondrej@isc.org>
Fri, 28 Nov 2025 13:34:04 +0000 (14:34 +0100)
committerOndřej Surý <ondrej@isc.org>
Fri, 28 Nov 2025 13:34:04 +0000 (14:34 +0100)
In !11121, a .merge member was added to cfg_clausedef_t.  This caused
a build failure with -Werror,-Wmissing-field-initializers enabled.
Add the missing initializer and set them all to NULL to match the
intent.

Merge branch 'ondrej/fix-compilation-on-macos' into 'main'

See merge request isc-projects/bind9!11302


Trivial merge