aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--plugins/telit/mm-broadband-modem-telit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/telit/mm-broadband-modem-telit.c b/plugins/telit/mm-broadband-modem-telit.c
index b5230541..b4f481ba 100644
--- a/plugins/telit/mm-broadband-modem-telit.c
+++ b/plugins/telit/mm-broadband-modem-telit.c
@@ -214,7 +214,7 @@ modem_load_unlock_retries (MMIfaceModem *self,
modem_load_unlock_retries);
ctx->retries = mm_unlock_retries_new ();
- ctx->step = 0;
+ ctx->step = LOAD_UNLOCK_RETRIES_STEP_FIRST;
ctx->succeded_requests = 0;
load_unlock_retries_step (ctx);