]> 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 02:44:22 +0000 (12:44 +1000)
commiteeafcee7ad07ae793602a3640b7f05d3cb26ff9f
treef525cd5516d02f824eeda3640296659bb33a6c86
parent3620db5ea6f163199cf5a3ad09c32d02b374f748
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.
tests/dns/private_test.c