diff options
Diffstat (limited to 'plugins/zte/mm-broadband-modem-zte.c')
-rw-r--r-- | plugins/zte/mm-broadband-modem-zte.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/zte/mm-broadband-modem-zte.c b/plugins/zte/mm-broadband-modem-zte.c index 17658e00..3ea59b59 100644 --- a/plugins/zte/mm-broadband-modem-zte.c +++ b/plugins/zte/mm-broadband-modem-zte.c @@ -150,7 +150,7 @@ cpms_timeout_cb (ModemAfterSimUnlockContext *ctx) { ctx->retries--; modem_after_sim_unlock_context_step (ctx); - return FALSE; + return G_SOURCE_REMOVE; } static void |