aboutsummaryrefslogtreecommitdiff
path: root/kike.c
diff options
context:
space:
mode:
Diffstat (limited to 'kike.c')
-rw-r--r--kike.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/kike.c b/kike.c
index f24dbf2..738365e 100644
--- a/kike.c
+++ b/kike.c
@@ -3951,6 +3951,9 @@ daemonize (struct server_context *ctx)
int
main (int argc, char *argv[])
{
+ // Need to call this first as all string maps depend on it
+ siphash_wrapper_randomize ();
+
static const struct opt opts[] =
{
{ 'd', "debug", NULL, 0, "run in debug mode (do not daemonize)" },