From ccc41c70445d41eed9341f255a2c9fcfadbeee00 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Tue, 2 Sep 2025 15:49:43 +1000 Subject: [PATCH] re-split STATIC_ASSERT message --- lib/dns/resolver.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/lib/dns/resolver.c b/lib/dns/resolver.c index e343f63b936..db152f3e089 100644 --- a/lib/dns/resolver.c +++ b/lib/dns/resolver.c @@ -237,10 +237,8 @@ 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 -- 2.47.3