aboutsummaryrefslogtreecommitdiff
path: root/daemon/acl_list.h
diff options
context:
space:
mode:
Diffstat (limited to 'daemon/acl_list.h')
-rw-r--r--daemon/acl_list.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon/acl_list.h b/daemon/acl_list.h
index ca9fd2d4b9d0..d0d42bfaebf6 100644
--- a/daemon/acl_list.h
+++ b/daemon/acl_list.h
@@ -76,7 +76,7 @@ struct acl_list {
* Tree of the addresses that are allowed/blocked.
* contents of type acl_addr.
*/
- rbtree_t tree;
+ rbtree_type tree;
};
/**