diff options
Diffstat (limited to 'src/mm-bearer-mbim.c')
-rw-r--r-- | src/mm-bearer-mbim.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mm-bearer-mbim.c b/src/mm-bearer-mbim.c index b5b3a8c6..84f4e3da 100644 --- a/src/mm-bearer-mbim.c +++ b/src/mm-bearer-mbim.c @@ -1592,8 +1592,8 @@ reload_connection_status_ready (MbimDevice *device, guint32 session_id; MbimActivationState activation_state; MMBearerConnectionStatus bearer_connection_status = MM_BEARER_CONNECTION_STATUS_UNKNOWN; + GError *error = NULL; g_autoptr(MbimMessage) response = NULL; - g_autoptr(GError) error = NULL; self = g_task_get_source_object (task); |