X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/b5b317d2e0427dff8eb9640c57f3a2627835b82e..08488c86:/src/src/malware.c diff --git a/src/src/malware.c b/src/src/malware.c index 79e2e3827..890665483 100644 --- a/src/src/malware.c +++ b/src/src/malware.c @@ -131,6 +131,9 @@ malware_in_file(uschar *eml_filename) { set, but if that changes, then it should apply to these tests too */ unspool_mbox(); + /* silence static analysis tools */ + message_id = NULL; + return ret; }