From: Vsevolod Stakhov Date: Mon, 27 Apr 2009 09:53:00 +0000 (+0400) Subject: * Fix error in regexp module configuration X-Git-Tag: 0.2.7~170 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=c1723b27e05334a43d1443a125023ba556f54117;p=rspamd.git * Fix error in regexp module configuration --- diff --git a/src/plugins/regexp.c b/src/plugins/regexp.c index e1f751ef9..622c06c83 100644 --- a/src/plugins/regexp.c +++ b/src/plugins/regexp.c @@ -165,7 +165,7 @@ regexp_module_config (struct config_file *cfg) g_free (value); } else { - regexp_module_ctx->metric = DEFAULT_STATFILE_PREFIX; + regexp_module_ctx->statfile_prefix = DEFAULT_STATFILE_PREFIX; } cur_module_opt = g_hash_table_lookup (cfg->modules_opts, "regexp");