From 0a2af006e4adb49eae1cdb29820cf83028e859cd Mon Sep 17 00:00:00 2001 From: Alex 'AdUser' Z Date: Wed, 24 Mar 2021 16:22:20 +1000 Subject: [PATCH] * minor fix --- src/daemon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/daemon.c b/src/daemon.c index b75a309..3abc7ef 100644 --- a/src/daemon.c +++ b/src/daemon.c @@ -88,7 +88,7 @@ void f2b_csocket_cmd_process(const f2b_cmd_t *cmd, f2b_buf_t *res) { f2b_jail_t *jail = NULL; char buf[4096] = ""; - size_t len; + size_t len = 0; assert(cmd != NULL); assert(res != NULL);