#if 0 around test code: ctx.options |= CL_SCAN_FILE_PROPERTIES;

pull/6/head
Steven Morgan 11 years ago
parent ddc4afc858
commit 9a90c677d2
  1. 2
      libclamav/scanners.c

@ -3348,7 +3348,7 @@ static int scan_common(int desc, cl_fmap_t *map, const char **virname, unsigned
ctx.virname = virname;
ctx.scanned = scanned;
ctx.options = scanoptions;
#if 1 /* for development testing only */
#if 0 /* for development testing only */
ctx.options |= CL_SCAN_FILE_PROPERTIES;
#endif
ctx.found_possibly_unwanted = 0;

Loading…
Cancel
Save