diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2015-12-19 11:51:11 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2015-12-19 11:51:11 +0100 |
commit | 0a88ae2d6d87967c0d951cc95de0c1917c78b0ed (patch) | |
tree | 9e5aaf4e784dc34fbe0f260c4e35cf49f23e496c | |
parent | 46f601edf6046c6d6459f7aee45fca68bc93cee3 (diff) |
telit: use explicit FIRST step name
-rw-r--r-- | plugins/telit/mm-broadband-modem-telit.c | 2 |
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); |