aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--openbsc/src/utils/meas_vis.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/openbsc/src/utils/meas_vis.c b/openbsc/src/utils/meas_vis.c
index 092d6adf1..4f7e632c3 100644
--- a/openbsc/src/utils/meas_vis.c
+++ b/openbsc/src/utils/meas_vis.c
@@ -115,6 +115,8 @@ static int handle_msg(struct msgb *msg)
default:
break;
}
+
+ return 0;
}
static int udp_fd_cb(struct osmo_fd *ofd, unsigned int what)