View | Details | Raw Unified | Return to bug 11512
Collapse All | Expand All

(-)libclamav/scanners.c (-2 / +1 lines)
 Lines 1214-1221    Link Here 
1214
#endif
1214
#endif
1215
    if(BLOCK_MACROS && hasmacros) {
1215
    if(BLOCK_MACROS && hasmacros) {
1216
	cli_append_virus(ctx, "Heuristics.OLE2.ContainsMacros");
1216
	cli_append_virus(ctx, "Heuristics.OLE2.ContainsMacros");
1217
	ret = CL_VIRUS;
1217
	ret = cli_found_possibly_unwanted(ctx);
1218
	viruses_found++;
1219
    }
1218
    }
1220
    if (SCAN_ALL && viruses_found)
1219
    if (SCAN_ALL && viruses_found)
1221
	return CL_VIRUS;
1220
	return CL_VIRUS;

Return to bug 11512