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
Mon Jan 27 18:21:09 UTC 2020


fixeria has submitted this change. ( 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(-)

Approvals:
  laforge: Looks good to me, approved
  pespin: Looks good to me, approved
  Jenkins Builder: Verified



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: 2
Gerrit-Owner: fixeria <axilirator at gmail.com>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <axilirator at gmail.com>
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-Reviewer: pespin <pespin at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200127/d836634d/attachment.htm>


More information about the gerrit-log mailing list