mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 14:07:59 +00:00
comment for bob :)
This commit is contained in:
@@ -406,7 +406,7 @@ clean_cache_node(dns_rbtdb_t *rbtdb, dns_rbtnode_t *node) {
|
|||||||
top_next = current->next;
|
top_next = current->next;
|
||||||
dcurrent = current->down;
|
dcurrent = current->down;
|
||||||
if (dcurrent != NULL) {
|
if (dcurrent != NULL) {
|
||||||
do {
|
do { /* XXX talk to Bob -- use while() instead */
|
||||||
down_next = dcurrent->down;
|
down_next = dcurrent->down;
|
||||||
free_rdataset(mctx, dcurrent);
|
free_rdataset(mctx, dcurrent);
|
||||||
dcurrent = down_next;
|
dcurrent = down_next;
|
||||||
|
Reference in New Issue
Block a user