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;