Esets fixup (#330)

This commit is contained in:
Shawn Iverson 2018-12-10 08:12:17 -05:00 committed by GitHub
parent c13d6b6517
commit 79e23a2d24
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1924,6 +1924,9 @@ sub ProcessEsetsOutput {
# archive damaged
return 0 if $line =~ m/archive damaged/i;
# error reading archive
return 0 if $line =~ m/error reading archive/i;
my ($a, $b, $c, $d) = split(/,/, $line);
my ($filename) = $a =~ m/\"(.*)\"/;
my ($threat) = $b =~ m/\"(.*)\"/;