aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmux.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/osmux.c')
-rw-r--r--src/osmux.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osmux.c b/src/osmux.c
index 15c2739..0acffd7 100644
--- a/src/osmux.c
+++ b/src/osmux.c
@@ -472,7 +472,7 @@ int osmux_xfrm_input(struct osmux_in_handle *h, struct msgb *msg, int ccid)
* to avoid a possible forever loop in the caller.
*/
if (msg->len > OSMUX_BATCH_MAX - sizeof(struct osmux_hdr))
- return 1;
+ return 0;
rtph = osmo_rtp_get_hdr(msg);
if (rtph == NULL)