aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAleksander Morgado <aleksandermj@chromium.org>2024-05-06 13:23:30 +0000
committerAleksander Morgado <aleksandermj@chromium.org>2024-05-06 13:24:22 +0000
commit1e26e16168d4815a48ab77610e1c282dfc345567 (patch)
treea2bcc89b0835b008528b291599a959a2880128af /src
parente3024ec620f2d4087c1d03579c8575b6cb988503 (diff)
broadband-modem-qmi-quectel: fix task completion when not enabling profile manager events
Fixes e3024ec620f2d4087c1d03579c8575b6cb988503
Diffstat (limited to 'src')
-rw-r--r--src/plugins/quectel/mm-broadband-modem-qmi-quectel.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/quectel/mm-broadband-modem-qmi-quectel.c b/src/plugins/quectel/mm-broadband-modem-qmi-quectel.c
index c6f706a5..df990f3f 100644
--- a/src/plugins/quectel/mm-broadband-modem-qmi-quectel.c
+++ b/src/plugins/quectel/mm-broadband-modem-qmi-quectel.c
@@ -114,6 +114,7 @@ profile_manager_enable_unsolicited_events (MMIfaceModem3gppProfileManager *self,
mm_obj_warn (self, "continuing without enabling profile manager events");
g_task_return_boolean (task, TRUE);
g_object_unref (task);
+ return;
}
iface_modem_3gpp_profile_manager_parent->enable_unsolicited_events (