From 3cf0d0219697cbcbbecb058fb0ea38cb124a8039 Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Tue, 6 Nov 2018 21:41:26 +0100 Subject: cosmetic: abis_rsl.c: drop uneccesary braces Change-Id: I20a7b160321cf86179cdcece71c8158e76ba4a1b --- src/osmo-bsc/abis_rsl.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/osmo-bsc/abis_rsl.c b/src/osmo-bsc/abis_rsl.c index c16f0446e..6e8d078d6 100644 --- a/src/osmo-bsc/abis_rsl.c +++ b/src/osmo-bsc/abis_rsl.c @@ -895,9 +895,9 @@ static int rsl_rx_conn_fail(struct msgb *msg) /* If the lchan is associated with a conn, we shall notify the MSC of the RSL Conn Failure, and * the connection will presumably be torn down and lead to an lchan release. During initial * Channel Request from the MS, an lchan has no conn yet, so in that case release now. */ - if (!lchan->conn) { + if (!lchan->conn) lchan_release(lchan, false, true, *cause_p); - } else + else osmo_fsm_inst_dispatch(lchan->conn->fi, GSCON_EV_RSL_CONN_FAIL, (void*)cause_p); return 0; -- cgit v1.2.3