]> git.ipfire.org Git - thirdparty/bind9.git/commit
Preserve brackets around string concatenation
authorMark Andrews <marka@isc.org>
Wed, 18 Jun 2025 02:49:04 +0000 (12:49 +1000)
committerMark Andrews <marka@isc.org>
Wed, 25 Jun 2025 03:26:13 +0000 (13:26 +1000)
commit072f5d00099e221f7704d00d650bd653be064f8b
treef1c4f27ecfa4b1f5eba6c507b971c50916f99d64
parente70a976958ce1bccd55c84be88f9688ad3a018e6
Preserve brackets around string concatenation

We need disable clang-format here to preserve the brackets around
the string concatenation to prevent -Wstring-concatenation -Werror
breaking the build.

(cherry picked from commit eeafcee7ad07ae793602a3640b7f05d3cb26ff9f)
tests/dns/private_test.c