diff options
Diffstat (limited to 'src/plugins/fuzzy_check.c')
-rw-r--r-- | src/plugins/fuzzy_check.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/plugins/fuzzy_check.c b/src/plugins/fuzzy_check.c index 9edf7fc9d..85c147a52 100644 --- a/src/plugins/fuzzy_check.c +++ b/src/plugins/fuzzy_check.c @@ -151,7 +151,8 @@ module_t fuzzy_check_module = { fuzzy_check_module_init, fuzzy_check_module_config, fuzzy_check_module_reconfig, - fuzzy_attach_controller + fuzzy_attach_controller, + RSPAMD_MODULE_VER }; static void |