X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/2decbec91a0b5f99322ba8356e3fac7be495a108..cb570b5ea1ff234ae16b2c32a236ccd520a80f7a:/src/src/malware.c diff --git a/src/src/malware.c b/src/src/malware.c index 9dd241b8c..9451392f2 100644 --- a/src/src/malware.c +++ b/src/src/malware.c @@ -657,7 +657,6 @@ if (!malware_ok) "unable to send file body to socket (%s)", scanner_options), sock); } - (void)close(drweb_fd); } else { @@ -1304,11 +1303,8 @@ if (!malware_ok) /* parse options */ /*XXX should these options be common over scanner types? */ if (clamd_option(cd, sublist, &subsep) != OK) - { return m_errlog_defer(scanent, NULL, string_sprintf("bad option '%s'", scanner_options)); - continue; - } cv[num_servers++] = cd; if (num_servers >= MAX_CLAMD_SERVERS)