diff options
Diffstat (limited to 'src/libutil/mem_pool.c')
-rw-r--r-- | src/libutil/mem_pool.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libutil/mem_pool.c b/src/libutil/mem_pool.c index a519013d1..7ef649c0c 100644 --- a/src/libutil/mem_pool.c +++ b/src/libutil/mem_pool.c @@ -75,7 +75,7 @@ struct rspamd_mempool_entry_point { static inline uint32_t rspamd_entry_hash (const char *str) { - return rspamd_cryptobox_fast_hash (str, strlen (str), rspamd_hash_seed ()); + return (guint)rspamd_cryptobox_fast_hash (str, strlen (str), rspamd_hash_seed ()); } static inline int |