summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2017-09-13 16:33:25 +0200
committerAleksander Morgado <aleksander@aleksander.es>2017-09-13 16:37:37 +0200
commit8eb5e4a61d1891bae7977a92dc7c06416491edaa (patch)
tree2f6ea3305b9981d47d9db53867ef1cbba4400273
parent9a1e1d487a12bad43a8b03dd036638c1cbd2f4e9 (diff)
simtech: fix error reporting in 3gpp unsolicited events enablingmm-1-2
(cherry picked from commit 5ee58513c749302507e1338feb79a53135c72759)
-rw-r--r--plugins/simtech/mm-broadband-modem-simtech.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/simtech/mm-broadband-modem-simtech.c b/plugins/simtech/mm-broadband-modem-simtech.c
index a75d9e4c..aa8d5beb 100644
--- a/plugins/simtech/mm-broadband-modem-simtech.c
+++ b/plugins/simtech/mm-broadband-modem-simtech.c
@@ -244,6 +244,7 @@ parent_enable_unsolicited_events_ready (MMIfaceModem3gpp *self,
g_simple_async_result_take_error (simple, error);
g_simple_async_result_complete (simple);
g_object_unref (simple);
+ return;
}
/* Our own enable now */