]> git.ipfire.org Git - thirdparty/bind9.git/commit
Fix missing field 'merge' initializer for the new cfg_clausedef_t
authorOndřej Surý <ondrej@sury.org>
Fri, 28 Nov 2025 10:38:41 +0000 (11:38 +0100)
committerOndřej Surý <ondrej@isc.org>
Fri, 28 Nov 2025 12:50:54 +0000 (13:50 +0100)
commit772ef27fe6cea9547c6f9358153ea2c7a78c6523
tree46c9a0a2bd44c2a81c906015827c6b3dbd4ea1a6
parentdd2d690d98513dbf9512beabd100e91e4cb045e7
Fix missing field 'merge' initializer for the new cfg_clausedef_t

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.
bin/delv/delv.c
bin/plugins/filter-a.c
bin/plugins/filter-aaaa.c
bin/plugins/synthrecord.c
bin/tests/system/hooks/driver/test-syncplugin.c
lib/isccfg/namedconf.c