diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2018-12-15 14:25:09 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2018-12-15 14:25:09 +0000 |
commit | 4e559e21d7def94cc845f8a06b137dd8d864206b (patch) | |
tree | 059783170abe278e8fff9ef586eb88c980aab000 /src | |
parent | fa792e2ce96b4d6f9e39e350ec967ccb833277a7 (diff) |
Fix build with content-scan enabled but all malware types disabled
Diffstat (limited to 'src')
-rw-r--r-- | src/src/malware.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 |