aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/gsm_04_11.c
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2009-08-10 07:59:27 +0200
committerHolger Hans Peter Freyther <zecke@selfish.org>2009-08-10 08:26:12 +0200
commit09e364b167c8f999ea2d0145ea4d5483c2155390 (patch)
treefe2775107cf60ccfcb22e51076076bd078ced1be /openbsc/src/gsm_04_11.c
parent1ddb356912a8d874d25426ba779cc792189bc798 (diff)
misc: Fix warnings about returning with value...
return rc in these cases.
Diffstat (limited to 'openbsc/src/gsm_04_11.c')
-rw-r--r--openbsc/src/gsm_04_11.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/openbsc/src/gsm_04_11.c b/openbsc/src/gsm_04_11.c
index f31e3f84f..9b3f44ec8 100644
--- a/openbsc/src/gsm_04_11.c
+++ b/openbsc/src/gsm_04_11.c
@@ -678,6 +678,8 @@ static int gsm411_tx_cp_ack(struct gsm_trans *trans)
trans->sms.cp_state = GSM411_CPS_IDLE;
trans_free(trans);
}
+
+ return rc;
}
static int gsm411_tx_cp_error(struct gsm_trans *trans, u_int8_t cause)