2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 14:07:59 +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.
*/
/* $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
@@ -3779,7 +3779,7 @@ issecure(dns_db_t *db) {
return (secure);
}
static isc_boolean_t
static unsigned int
nodecount(dns_db_t *db) {
dns_rbtdb_t *rbtdb;
unsigned int count;