re-split STATIC_ASSERT message

(cherry picked from commit ccc41c7044)
This commit is contained in:
Mark Andrews 2025-09-02 15:49:43 +10:00 committed by Michał Kępień
parent 7b4315b7a6
commit 955874f0bc
No known key found for this signature in database

View file

@ -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