aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/common/sandbox.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/sandbox.c b/src/common/sandbox.c
index 9581fac51..05b91be7b 100644
--- a/src/common/sandbox.c
+++ b/src/common/sandbox.c
@@ -1352,7 +1352,7 @@ typedef struct cached_getaddrinfo_item_t {
static unsigned
cached_getaddrinfo_item_hash(const cached_getaddrinfo_item_t *item)
{
- return siphash24g(item->name, strlen(item->name)) + item->family;
+ return (unsigned)siphash24g(item->name, strlen(item->name)) + item->family;
}
static unsigned