aboutsummaryrefslogtreecommitdiffstats
path: root/src/common
diff options
context:
space:
mode:
Diffstat (limited to 'src/common')
-rw-r--r--src/common/l1sap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/l1sap.c b/src/common/l1sap.c
index 4619a989..e6c361e6 100644
--- a/src/common/l1sap.c
+++ b/src/common/l1sap.c
@@ -602,7 +602,7 @@ static int l1sap_tch_rts_ind(struct gsm_bts_trx *trx,
g_time.t1, g_time.t2, g_time.t3, chan_nr);
lchan = get_active_lchan_by_chan_nr(trx, chan_nr);
- if (!lchan) {
+ if (!lchan)
return 0;
if (!lchan->loopback && lchan->abis_ip.rtp_socket) {