]> 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:24 +0000 (13:08 +0200)
(cherry picked from commit ccc41c70445d41eed9341f255a2c9fcfadbeee00)

lib/dns/resolver.c

index 7496256471235dcf94111724f13f7812dd824396..dc9c5b1c874019c60baaa72aa6a5347587aa7932 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