From: Jeremy Harris Date: Sat, 15 Dec 2018 14:25:09 +0000 (+0000) Subject: Fix build with content-scan enabled but all malware types disabled X-Git-Tag: exim-4.92-RC2~4 X-Git-Url: https://vcs.fsf.org/?p=exim.git;a=commitdiff_plain;h=4e559e21d7def94cc845f8a06b137dd8d864206b;ds=inline Fix build with content-scan enabled but all malware types disabled --- 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