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 <[email protected]>

Reply via email to