From 5f037c8aad4bc789f846be5f975c63b37296275b Mon Sep 17 00:00:00 2001 From: Stuart Henderson Date: Thu, 20 Oct 2022 08:26:15 +0000 Subject: merge unbound 1.17.0 --- usr.sbin/unbound/util/fptr_wlist.c | 1 + 1 file changed, 1 insertion(+) (limited to 'usr.sbin/unbound/util/fptr_wlist.c') 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; -- cgit v1.2.3