diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/src/malware.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/src/malware.c b/src/src/malware.c index 4f4a41952..9dd241b8c 100644 --- a/src/src/malware.c +++ b/src/src/malware.c @@ -918,7 +918,8 @@ if (!malware_ok) uschar tmpbuf[1024]; uschar * scanrequest; int kav_rc; - unsigned long kav_reportlen, bread; + unsigned long kav_reportlen; + int bread; const pcre *kav_re; uschar *p; |