From 0a88ae2d6d87967c0d951cc95de0c1917c78b0ed Mon Sep 17 00:00:00 2001 From: Aleksander Morgado Date: Sat, 19 Dec 2015 11:51:11 +0100 Subject: [PATCH] telit: use explicit FIRST step name --- plugins/telit/mm-broadband-modem-telit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);