aboutsummaryrefslogtreecommitdiff
path: root/src/mm-broadband-modem.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mm-broadband-modem.c')
-rw-r--r--src/mm-broadband-modem.c15
1 files changed, 7 insertions, 8 deletions
diff --git a/src/mm-broadband-modem.c b/src/mm-broadband-modem.c
index 0d989978..c30021cb 100644
--- a/src/mm-broadband-modem.c
+++ b/src/mm-broadband-modem.c
@@ -10695,14 +10695,13 @@ check_activated_profile_cgact_query_ready (MMBaseModem *self,
GAsyncResult *res,
GTask *task)
{
- MM3gppProfile *profile;
- const gchar *response;
- GError *error = NULL;
- GList *pdp_context_active_list = NULL;
- GList *l;
- gint profile_id;
- gboolean activated = FALSE;
- g_autofree gchar *cmd = NULL;
+ MM3gppProfile *profile;
+ const gchar *response;
+ GError *error = NULL;
+ GList *pdp_context_active_list = NULL;
+ GList *l;
+ gint profile_id;
+ gboolean activated = FALSE;
response = mm_base_modem_at_command_finish (MM_BASE_MODEM (self), res, &error);
if (response)