diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2012-03-28 15:12:52 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2012-03-28 15:50:43 +0200 |
commit | 121c543711c44c536b82da3fd1079f779fe505d0 (patch) | |
tree | 4ba006b1fe7ab0b6dd696df4d2f318671671f452 /src | |
parent | 45e4f390eb7ab7394651bf7bddf865c74d677e84 (diff) |
sim: fix completion of pin-puk check
Diffstat (limited to 'src')
-rw-r--r-- | src/mm-sim.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mm-sim.c b/src/mm-sim.c index 57ffee21..335c33f8 100644 --- a/src/mm-sim.c +++ b/src/mm-sim.c @@ -578,11 +578,11 @@ unlock_check_ready (MMIfaceModem *modem, g_simple_async_result_take_error (ctx->result, error_for_unlock_check (lock)); send_pin_puk_context_complete_and_free (ctx); + return; } g_simple_async_result_set_op_res_gboolean (ctx->result, TRUE); send_pin_puk_context_complete_and_free (ctx); - return; } static void |