mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 22:45:39 +00:00
wording fix for cpp error message (rt #19569)
This commit is contained in:
@@ -15,7 +15,7 @@
|
|||||||
* PERFORMANCE OF THIS SOFTWARE.
|
* PERFORMANCE OF THIS SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* $Id: rbtdb.c,v 1.274 2009/03/05 04:54:33 marka Exp $ */
|
/* $Id: rbtdb.c,v 1.275 2009/04/07 02:49:37 jinmei Exp $ */
|
||||||
|
|
||||||
/*! \file */
|
/*! \file */
|
||||||
|
|
||||||
@@ -344,7 +344,7 @@ struct acachectl {
|
|||||||
*/
|
*/
|
||||||
#ifdef DNS_RBTDB_CACHE_NODE_LOCK_COUNT
|
#ifdef DNS_RBTDB_CACHE_NODE_LOCK_COUNT
|
||||||
#if DNS_RBTDB_CACHE_NODE_LOCK_COUNT <= 1
|
#if DNS_RBTDB_CACHE_NODE_LOCK_COUNT <= 1
|
||||||
#error "DNS_RBTDB_CACHE_NODE_LOCK_COUNT must be larger 1"
|
#error "DNS_RBTDB_CACHE_NODE_LOCK_COUNT must be larger than 1"
|
||||||
#else
|
#else
|
||||||
#define DEFAULT_CACHE_NODE_LOCK_COUNT DNS_RBTDB_CACHE_NODE_LOCK_COUNT
|
#define DEFAULT_CACHE_NODE_LOCK_COUNT DNS_RBTDB_CACHE_NODE_LOCK_COUNT
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user