aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/stats.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stats.c b/src/stats.c
index 91cf839b..411ecff9 100644
--- a/src/stats.c
+++ b/src/stats.c
@@ -709,7 +709,7 @@ static int osmo_stat_item_handler(
{
struct osmo_stats_reporter *srep;
int32_t value;
- int have_value;
+ bool have_value;
have_value = osmo_stat_item_get_next(item, &item->stats_next_id, &value) > 0;
if (!have_value) {