From c1723b27e05334a43d1443a125023ba556f54117 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Mon, 27 Apr 2009 13:53:00 +0400 Subject: [PATCH] * Fix error in regexp module configuration --- src/plugins/regexp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); -- 2.39.5