From: Arran Cudbard-Bell Date: Fri, 16 Apr 2021 19:03:48 +0000 (-0500) Subject: One more... X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=14ce4f8a5161bef50922ca6bcfde6a31a5db4cc5;p=thirdparty%2Ffreeradius-server.git One more... --- diff --git a/src/lib/util/htrie.h b/src/lib/util/htrie.h index c969c140fdb..991797e9ae0 100644 --- a/src/lib/util/htrie.h +++ b/src/lib/util/htrie.h @@ -43,7 +43,7 @@ typedef void *(*fr_htrie_remove_t)(fr_htrie_t *ht, void const *data); typedef bool (*fr_htrie_delete_t)(fr_htrie_t *ht, void const *data); -typedef uint64_t (*fr_htrie_num_elements_t)(fr_htrie_t *ht); +typedef uint32_t (*fr_htrie_num_elements_t)(fr_htrie_t *ht); struct fr_htrie_s {