From e51780b5bdac4e667fa1945bfa6085b7dcd940ae Mon Sep 17 00:00:00 2001 From: Dirk Engling Date: Thu, 10 Sep 2026 01:48:42 +0200 Subject: Fix typo in accesslist_hashisvalid, thanks to s --- ot_accesslist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ot_accesslist.c') diff --git a/ot_accesslist.c b/ot_accesslist.c index f1bb885..8e9afdc 100644 --- a/ot_accesslist.c +++ b/ot_accesslist.c @@ -197,7 +197,7 @@ int accesslist_hashisvalid(ot_hash hash) { /* If we found a matching hash on the main list, scan the list of dynamically deleted hashes */ accesslist_delete = g_accesslist_delete; - if ((exactmatch != NULL) && accesslist_delete && bsearch(hash, accesslist_add->list, accesslist_add->size, OT_HASH_COMPARE_SIZE, vector_compare_hash)) + if ((exactmatch != NULL) && accesslist_delete && bsearch(hash, accesslist_delete->list, accesslist_delete->size, OT_HASH_COMPARE_SIZE, vector_compare_hash)) exactmatch = NULL; #endif -- cgit v1.3