From 9a90c677d2ac6381cbb0e9da3406709386cdbdbf Mon Sep 17 00:00:00 2001 From: Steven Morgan Date: Wed, 30 Apr 2014 13:42:02 -0400 Subject: [PATCH] #if 0 around test code: ctx.options |= CL_SCAN_FILE_PROPERTIES; --- libclamav/scanners.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libclamav/scanners.c b/libclamav/scanners.c index 7c57691a0..d24a4c428 100644 --- a/libclamav/scanners.c +++ b/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;