From 4bc098e8b6e10d3f2b19938bc905321f4976bac1 Mon Sep 17 00:00:00 2001 From: David Raynor Date: Tue, 11 Jun 2013 18:30:03 -0400 Subject: [PATCH] Scan_all: default AllowAllMatchScan to yes --- shared/optparser.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/optparser.c b/shared/optparser.c index 5bec5beb5..6928ef8fd 100644 --- a/shared/optparser.c +++ b/shared/optparser.c @@ -253,7 +253,7 @@ const struct clam_option __clam_options[] = { { "ExitOnOOM", NULL, 0, TYPE_BOOL, MATCH_BOOL, 0, NULL, 0, OPT_CLAMD, "Stop the daemon when libclamav reports an out of memory condition.", "yes" }, - { "AllowAllMatchScan", NULL, 0, TYPE_BOOL, MATCH_BOOL, 0, NULL, 0, OPT_CLAMD, "Permit use of the ALLMATCHSCAN command.", "yes" }, + { "AllowAllMatchScan", NULL, 0, TYPE_BOOL, MATCH_BOOL, 1, NULL, 0, OPT_CLAMD, "Permit use of the ALLMATCHSCAN command.", "yes" }, { "Foreground", NULL, 0, TYPE_BOOL, MATCH_BOOL, 0, NULL, 0, OPT_CLAMD | OPT_FRESHCLAM | OPT_MILTER, "Don't fork into background.", "no" },