diff options
| author | Dirk Engling <erdgeist@erdgeist.org> | 2026-09-10 01:48:42 +0200 |
|---|---|---|
| committer | Dirk Engling <erdgeist@erdgeist.org> | 2026-09-10 01:48:42 +0200 |
| commit | e51780b5bdac4e667fa1945bfa6085b7dcd940ae (patch) | |
| tree | f802bff2020b9e814e3d61a3047137d8941e17e9 | |
| parent | 1c7fac4cc23801ac81a2abd7d3110683831c4811 (diff) | |
| -rw-r--r-- | ot_accesslist.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) { | |||
| 197 | 197 | ||
| 198 | /* If we found a matching hash on the main list, scan the list of dynamically deleted hashes */ | 198 | /* If we found a matching hash on the main list, scan the list of dynamically deleted hashes */ |
| 199 | accesslist_delete = g_accesslist_delete; | 199 | accesslist_delete = g_accesslist_delete; |
| 200 | if ((exactmatch != NULL) && accesslist_delete && bsearch(hash, accesslist_add->list, accesslist_add->size, OT_HASH_COMPARE_SIZE, vector_compare_hash)) | 200 | if ((exactmatch != NULL) && accesslist_delete && bsearch(hash, accesslist_delete->list, accesslist_delete->size, OT_HASH_COMPARE_SIZE, vector_compare_hash)) |
| 201 | exactmatch = NULL; | 201 | exactmatch = NULL; |
| 202 | #endif | 202 | #endif |
| 203 | 203 | ||
