2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 05:57:52 +00:00

comment for bob :)

This commit is contained in:
Michael Graff 1999-03-29 23:56:48 +00:00
parent b73eb944cd
commit cc60c973f4

View File

@ -406,7 +406,7 @@ clean_cache_node(dns_rbtdb_t *rbtdb, dns_rbtnode_t *node) {
top_next = current->next;
dcurrent = current->down;
if (dcurrent != NULL) {
do {
do { /* XXX talk to Bob -- use while() instead */
down_next = dcurrent->down;
free_rdataset(mctx, dcurrent);
dcurrent = down_next;