diff options
author | Stuart Henderson <sthen@cvs.openbsd.org> | 2022-10-20 08:26:15 +0000 |
---|---|---|
committer | Stuart Henderson <sthen@cvs.openbsd.org> | 2022-10-20 08:26:15 +0000 |
commit | 5f037c8aad4bc789f846be5f975c63b37296275b (patch) | |
tree | 3e1c385ea62052348f9f8431c2f10072c823f2a2 /usr.sbin/unbound/util/fptr_wlist.c | |
parent | b528c8e58143aeb27a71ade420fe2fecb5da5bb9 (diff) |
merge unbound 1.17.0
Diffstat (limited to 'usr.sbin/unbound/util/fptr_wlist.c')
-rw-r--r-- | usr.sbin/unbound/util/fptr_wlist.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/unbound/util/fptr_wlist.c b/usr.sbin/unbound/util/fptr_wlist.c index 05a22d402ee..dc8ab669387 100644 --- a/usr.sbin/unbound/util/fptr_wlist.c +++ b/usr.sbin/unbound/util/fptr_wlist.c @@ -221,6 +221,7 @@ fptr_whitelist_rbtree_cmp(int (*fptr) (const void *, const void *)) if(fptr == &mesh_state_compare) return 1; else if(fptr == &mesh_state_ref_compare) return 1; else if(fptr == &addr_tree_compare) return 1; + else if(fptr == &addr_tree_addrport_compare) return 1; else if(fptr == &local_zone_cmp) return 1; else if(fptr == &local_data_cmp) return 1; else if(fptr == &fwd_cmp) return 1; |