summaryrefslogtreecommitdiff
path: root/lib/ntdb/test/api-12-store.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ntdb/test/api-12-store.c')
-rw-r--r--lib/ntdb/test/api-12-store.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ntdb/test/api-12-store.c b/lib/ntdb/test/api-12-store.c
index 24d9498755..8f1f42352b 100644
--- a/lib/ntdb/test/api-12-store.c
+++ b/lib/ntdb/test/api-12-store.c
@@ -9,7 +9,7 @@
#include "logging.h"
/* We use the same seed which we saw a failure on. */
-static uint64_t fixedhash(const void *key, size_t len, uint64_t seed, void *p)
+static uint32_t fixedhash(const void *key, size_t len, uint32_t seed, void *p)
{
return hash64_stable((const unsigned char *)key, len,
*(uint64_t *)p);