diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2020-02-26 13:12:20 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2020-02-26 13:12:20 +0100 |
commit | 5da33df35b3266f8905578c56a43a56d79726602 (patch) | |
tree | 546895274464374d948811bf3b68245f5dbded2b | |
parent | fd052c8e584a41efc211690e993f6ef0ee3092ac (diff) |
huawei: avoid attempting to complete GTask twice
-rw-r--r-- | plugins/huawei/mm-plugin-huawei.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/huawei/mm-plugin-huawei.c b/plugins/huawei/mm-plugin-huawei.c index 58de1eea..26bf3f2a 100644 --- a/plugins/huawei/mm-plugin-huawei.c +++ b/plugins/huawei/mm-plugin-huawei.c @@ -261,7 +261,6 @@ huawei_custom_init_step (GTask *task) if (g_task_return_error_if_cancelled (task)) { mm_dbg ("(Huawei) no need to keep on running custom init in (%s)", mm_port_get_device (MM_PORT (ctx->port))); - g_task_return_boolean (task, TRUE); g_object_unref (task); return; } |