aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/osmux.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osmux.c b/src/osmux.c
index ac6d5e0..f6f211d 100644
--- a/src/osmux.c
+++ b/src/osmux.c
@@ -169,9 +169,9 @@ int osmux_xfrm_output(struct osmux_hdr *osmuxh, struct osmux_out_handle *h,
osmo_rtp_snprintf(buf, sizeof(buf), msg);
buf[sizeof(buf)-1] = '\0';
LOGP(DLMIB, LOGL_DEBUG, "to BTS: %s\n", buf);
- llist_add_tail(&msg->list, list);
}
#endif
+ llist_add_tail(&msg->list, list);
}
return i;
}