2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-09-01 06:55:30 +00:00

nodecount() returns unsigned int, not isc_boolean_t

This commit is contained in:
Andreas Gustafsson
2000-08-14 02:49:32 +00:00
parent a207c319ac
commit d56b56dbba

View File

@@ -15,7 +15,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/ */
/* $Id: rbtdb.c,v 1.118 2000/08/11 16:47:30 gson Exp $ */ /* $Id: rbtdb.c,v 1.119 2000/08/14 02:49:32 gson Exp $ */
/* /*
* Principal Author: Bob Halley * Principal Author: Bob Halley
@@ -3779,7 +3779,7 @@ issecure(dns_db_t *db) {
return (secure); return (secure);
} }
static isc_boolean_t static unsigned int
nodecount(dns_db_t *db) { nodecount(dns_db_t *db) {
dns_rbtdb_t *rbtdb; dns_rbtdb_t *rbtdb;
unsigned int count; unsigned int count;