]> 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)
committerMichał Kępień <michal@isc.org>
Mon, 29 Sep 2025 11:08:04 +0000 (13:08 +0200)
(cherry picked from commit ccc41c70445d41eed9341f255a2c9fcfadbeee00)

lib/dns/resolver.c

index abb6d5372d82ee25f5d2972b99d33ddf67fe00f4..d64f71486af7642471c28902b84d65f01ce67481 100644 (file)
 #define NS_PROCESSING_LIMIT 20
 
 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).");
+             "The maximum number of NS RRs processed for each "
+             "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