Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
bcomp - reverting change that forced scanning on raw files only
  • Loading branch information
m-sola authored and Mickey Sola (micksola) committed Nov 16, 2018
1 parent 9703d97 commit fa3f891
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libclamav/matcher.c
Expand Up @@ -180,7 +180,7 @@ static inline int matcher_run(const struct cli_matcher *root,
return ret;
}

if (root->bcomp_metas && !(acmode & AC_SCAN_FT)) {
if (root->bcomp_metas) {
ret = cli_bcomp_scanbuf(orig_buffer, orig_length, virname, acres, root, mdata, ctx);
if (ret != CL_CLEAN) {
if (ret == CL_VIRUS) {
Expand Down

0 comments on commit fa3f891

Please sign in to comment.