From: Ondřej Surý Date: Fri, 28 Nov 2025 13:34:04 +0000 (+0100) Subject: fix: nil: Fix missing field 'merge' initializer for the new cfg_clausedef_t X-Git-Tag: v9.21.16~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=054d20205def15a3dfb1c41ef7ea1e21d19a9b0f;p=thirdparty%2Fbind9.git fix: nil: 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. Merge branch 'ondrej/fix-compilation-on-macos' into 'main' See merge request isc-projects/bind9!11302 --- 054d20205def15a3dfb1c41ef7ea1e21d19a9b0f