Change in osmo-msc[master]: vlr_sgs_fsm: add missing break, do not call to_null() twice

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

fixeria gerrit-no-reply at lists.osmocom.org
Sat Jan 25 00:28:28 UTC 2020


fixeria has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-msc/+/17012 )


Change subject: vlr_sgs_fsm: add missing break, do not call to_null() twice
......................................................................

vlr_sgs_fsm: add missing break, do not call to_null() twice

Change-Id: Ib5d1d7633ca6c32d7d63bb1481f51355c97b90fb
---
M src/libvlr/vlr_sgs_fsm.c
1 file changed, 1 insertion(+), 0 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-msc refs/changes/12/17012/1

diff --git a/src/libvlr/vlr_sgs_fsm.c b/src/libvlr/vlr_sgs_fsm.c
index a131b7e..0f21617 100644
--- a/src/libvlr/vlr_sgs_fsm.c
+++ b/src/libvlr/vlr_sgs_fsm.c
@@ -234,6 +234,7 @@
 		if (*cause == SGSAP_SGS_CAUSE_MT_CSFB_REJ_USER)
 			break;
 		to_null(fi);
+		break;
 	case SGS_UE_E_RX_ALERT_FAILURE:
 		to_null(fi);
 		break;

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-msc/+/17012
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-msc
Gerrit-Branch: master
Gerrit-Change-Id: Ib5d1d7633ca6c32d7d63bb1481f51355c97b90fb
Gerrit-Change-Number: 17012
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <axilirator at gmail.com>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200125/9da690ab/attachment.htm>


More information about the gerrit-log mailing list