summaryrefslogtreecommitdiff
path: root/src/maat_rule.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/maat_rule.c')
-rw-r--r--src/maat_rule.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/maat_rule.c b/src/maat_rule.c
index 9bd289d..d87c5e6 100644
--- a/src/maat_rule.c
+++ b/src/maat_rule.c
@@ -532,7 +532,7 @@ void *rule_monitor_loop(void *arg)
maat_plugin_table_garbage_collect_routine(maat_inst->tbl_mgr);
if ((1 == maat_inst->opts.stat_on) && (time(NULL) % 2 == 0)) {
- maat_stat_output(maat_inst->stat, maat_inst->tbl_mgr,
+ maat_stat_refresh(maat_inst->stat, maat_inst->tbl_mgr,
maat_inst->maat_version, maat_inst->opts.perf_on);
}
}