Change in osmocom-bb[master]: common/sim.c: add missing break to sim_apdu_resp()

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/.

Vadim Yanitskiy gerrit-no-reply at lists.osmocom.org
Tue May 14 13:53:01 UTC 2019


Vadim Yanitskiy has uploaded this change for review. ( https://gerrit.osmocom.org/14042


Change subject: common/sim.c: add missing break to sim_apdu_resp()
......................................................................

common/sim.c: add missing break to sim_apdu_resp()

Change-Id: Id5c325ffcfea8175bc5d5499a0904c0984e00349
Fixes: OS#198542
---
M src/host/layer23/src/common/sim.c
1 file changed, 1 insertion(+), 0 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmocom-bb refs/changes/42/14042/1

diff --git a/src/host/layer23/src/common/sim.c b/src/host/layer23/src/common/sim.c
index 2c6c83c..ed7f54a 100644
--- a/src/host/layer23/src/common/sim.c
+++ b/src/host/layer23/src/common/sim.c
@@ -942,6 +942,7 @@
 				pin_cause[0] = SIM_CAUSE_PUC_BLOCKED;
 				pin_cause[1] = 0;
 			}
+			break;
 		case SIM_JST_PIN1_UNLOCK:
 		case SIM_JST_PIN1_CHANGE:
 		case SIM_JST_PIN1_DISABLE:

-- 
To view, visit https://gerrit.osmocom.org/14042
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmocom-bb
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Id5c325ffcfea8175bc5d5499a0904c0984e00349
Gerrit-Change-Number: 14042
Gerrit-PatchSet: 1
Gerrit-Owner: Vadim Yanitskiy <axilirator at gmail.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190514/339c37d5/attachment.htm>


More information about the gerrit-log mailing list