]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
re-split STATIC_ASSERT message
authorMark Andrews <marka@isc.org>
Tue, 2 Sep 2025 05:49:43 +0000 (15:49 +1000)
committerPetr Špaček <pspacek@isc.org>
Wed, 24 Sep 2025 12:14:28 +0000 (12:14 +0000)
lib/dns/resolver.c

index e343f63b936a595a047f6e167c1af3ab72235cec..db152f3e08974ec50e9dbd9d099d417746611a3c 100644 (file)
 
 STATIC_ASSERT(NS_PROCESSING_LIMIT > NS_RR_LIMIT,
              "The maximum number of NS RRs processed for each "
-             "delegation "
-             "(NS_PROCESSING_LIMIT) must be larger than the large "
-             "delegation "
-             "threshold (NS_RR_LIMIT).");
+             "delegation (NS_PROCESSING_LIMIT) must be larger than the large "
+             "delegation threshold (NS_RR_LIMIT).");
 
 /* Hash table for zone counters */
 #ifndef RES_DOMAIN_HASH_BITS