mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-23 15:17:01 -04:00
update comment
This commit is contained in:
parent
f06be527ae
commit
a4eea08984
1 changed files with 2 additions and 2 deletions
|
|
@ -15,7 +15,7 @@
|
|||
* PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: rbtdb.c,v 1.237 2006/07/24 01:12:45 marka Exp $ */
|
||||
/* $Id: rbtdb.c,v 1.238 2006/07/31 02:04:03 marka Exp $ */
|
||||
|
||||
/*! \file */
|
||||
|
||||
|
|
@ -3006,7 +3006,7 @@ cache_zonecut_callback(dns_rbtnode_t *node, dns_name_t *name, void *arg) {
|
|||
isc_mem_t *mctx;
|
||||
|
||||
/*
|
||||
* header->down can be NULL if the
|
||||
* header->down can be non-NULL if the
|
||||
* refcount has just decremented to 0
|
||||
* but no_references() has not
|
||||
* performed clean_cache_node(), in
|
||||
|
|
|
|||
Loading…
Reference in a new issue