aboutsummaryrefslogtreecommitdiffstats
path: root/src/stats.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stats.c')
-rw-r--r--src/stats.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/stats.c b/src/stats.c
index 0a1a1486..d83fd87d 100644
--- a/src/stats.c
+++ b/src/stats.c
@@ -593,7 +593,7 @@ static int rate_ctr_handler(
if (!osmo_stats_reporter_check_config(srep,
ctrg->idx, ctrg->desc->class_id))
- return 0;
+ continue;
osmo_stats_reporter_send_counter(srep, ctrg, desc,
ctr->current, delta);
@@ -647,7 +647,7 @@ static int osmo_stat_item_handler(
if (!osmo_stats_reporter_check_config(srep,
statg->idx, statg->desc->class_id))
- return 0;
+ continue;
osmo_stats_reporter_send_item(srep, statg,
item->desc, value);