summaryrefslogtreecommitdiff
path: root/src/maat_rule.c
diff options
context:
space:
mode:
authorroot <[email protected]>2024-08-08 08:25:51 +0000
committerroot <[email protected]>2024-08-08 08:25:51 +0000
commit906b8c92aa5ea1cd098da1e6ace00177d84aa524 (patch)
treeee8d4bce12aecaabf08c83432e707a35a4bce382 /src/maat_rule.c
parentd114221ebe3bb5aacc9039aa7b124ae3386bf641 (diff)
use fieldstat4_easy auto output instead of manually write filev4.1.42develop-version4
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);
}
}