diff options
-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 a3c81353..f077405c 100644 --- a/plugins/telit/mm-broadband-modem-telit.c +++ b/plugins/telit/mm-broadband-modem-telit.c @@ -942,7 +942,7 @@ load_sim_identifier_ready (MMBaseSim *sim, AfterPowerUpContext *ctx; GError *error = NULL; gchar *current_simid; - gchar *cached_simid; + const gchar *cached_simid; ctx = g_task_get_task_data (task); |