From 4e559e21d7def94cc845f8a06b137dd8d864206b Mon Sep 17 00:00:00 2001 From: Jeremy Harris Date: Sat, 15 Dec 2018 14:25:09 +0000 Subject: [PATCH] Fix build with content-scan enabled but all malware types disabled --- src/src/malware.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/src/malware.c b/src/src/malware.c index 541ff3b3c..521c546f6 100644 --- a/src/src/malware.c +++ b/src/src/malware.c @@ -49,6 +49,7 @@ typedef enum { #ifndef DISABLE_MAL_CMDLINE M_CMDL, #endif + M_DUMMY } scanner_t; typedef enum {MC_NONE, MC_TCP, MC_UNIX, MC_STRM} contype_t; static struct scan -- 2.25.1