aboutsummaryrefslogtreecommitdiff
path: root/external/unbound/iterator/iter_donotq.h
diff options
context:
space:
mode:
Diffstat (limited to 'external/unbound/iterator/iter_donotq.h')
-rw-r--r--external/unbound/iterator/iter_donotq.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/external/unbound/iterator/iter_donotq.h b/external/unbound/iterator/iter_donotq.h
index 429e5a3dd..14105073a 100644
--- a/external/unbound/iterator/iter_donotq.h
+++ b/external/unbound/iterator/iter_donotq.h
@@ -58,7 +58,7 @@ struct iter_donotq {
* contents of type addr_tree_node. Each node is an address span
* that must not be used to send queries to.
*/
- rbtree_t tree;
+ rbtree_type tree;
};
/**