mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-10 07:49:59 -04:00
re-split STATIC_ASSERT message
This commit is contained in:
parent
a64c350523
commit
ccc41c7044
1 changed files with 2 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue