From 8dab8770903c296cea37aed780ec19c226c8c1a5 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Wed, 22 Dec 2010 16:09:46 +0300 Subject: [PATCH] Forgotten option for fuzzy_check plugin. --- src/plugins/fuzzy_check.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/plugins/fuzzy_check.c b/src/plugins/fuzzy_check.c index a9f598736..e47beee17 100644 --- a/src/plugins/fuzzy_check.c +++ b/src/plugins/fuzzy_check.c @@ -341,6 +341,7 @@ fuzzy_check_module_init (struct config_file *cfg, struct module_ctx **ctx) register_module_opt ("fuzzy_check", "fuzzy_map", MODULE_OPT_TYPE_STRING); register_module_opt ("fuzzy_check", "whitelist", MODULE_OPT_TYPE_STRING); register_module_opt ("fuzzy_check", "mime_types", MODULE_OPT_TYPE_STRING); + register_module_opt ("fuzzy_check", "min_length", MODULE_OPT_TYPE_UINT); register_module_opt ("fuzzy_check", "min_bytes", MODULE_OPT_TYPE_UINT); register_module_opt ("fuzzy_check", "min_height", MODULE_OPT_TYPE_UINT); register_module_opt ("fuzzy_check", "min_width", MODULE_OPT_TYPE_UINT); -- 2.39.5