From: Mark Andrews Date: Tue, 2 Sep 2025 05:49:43 +0000 (+1000) Subject: re-split STATIC_ASSERT message X-Git-Tag: v9.18.41~10^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=955874f0bcc6179de1a8f9c64bcdbac9a0714f38;p=thirdparty%2Fbind9.git re-split STATIC_ASSERT message (cherry picked from commit ccc41c70445d41eed9341f255a2c9fcfadbeee00) --- diff --git a/lib/dns/resolver.c b/lib/dns/resolver.c index 74962564712..dc9c5b1c874 100644 --- a/lib/dns/resolver.c +++ b/lib/dns/resolver.c @@ -228,9 +228,9 @@ #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