mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-24 15:47:18 -04:00
want free should be initaliased to ISC_FALSE.
This commit is contained in:
parent
b30b2e3358
commit
679f5e2eb2
1 changed files with 2 additions and 2 deletions
|
|
@ -15,7 +15,7 @@
|
|||
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: rbtdb.c,v 1.168.2.12 2003/10/08 01:30:09 marka Exp $ */
|
||||
/* $Id: rbtdb.c,v 1.168.2.13 2003/10/17 05:39:44 marka Exp $ */
|
||||
|
||||
/*
|
||||
* Principal Author: Bob Halley
|
||||
|
|
@ -374,7 +374,7 @@ free_rbtdb(dns_rbtdb_t *rbtdb) {
|
|||
|
||||
static inline void
|
||||
maybe_free_rbtdb(dns_rbtdb_t *rbtdb) {
|
||||
isc_boolean_t want_free = ISC_TRUE;
|
||||
isc_boolean_t want_free = ISC_FALSE;
|
||||
unsigned int i;
|
||||
unsigned int inactive = 0;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue