diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/mm-iface-modem-3gpp-profile-manager.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mm-iface-modem-3gpp-profile-manager.c b/src/mm-iface-modem-3gpp-profile-manager.c index d6eb81c6..088bc6c5 100644 --- a/src/mm-iface-modem-3gpp-profile-manager.c +++ b/src/mm-iface-modem-3gpp-profile-manager.c @@ -137,7 +137,7 @@ profile_manager_get_profile_after_ready (MMIfaceModem3gppProfileManager *self, GTask *task) { SetProfileContext *ctx; - g_autoptr(GError) error = NULL; + GError *error = NULL; ctx = g_task_get_task_data (task); |