diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2017-05-21 14:32:48 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2017-05-21 14:42:25 +0200 |
commit | a6909379024fcdd48275aa89372b574b867a40d6 (patch) | |
tree | 6361f05d866c9515e78d85488c3d0dec81d8f3f7 | |
parent | bf579da074ec8485acf12580c89cdbc6cee5d10b (diff) |
mbm: fix async method completion enabling unsolicited events
-rw-r--r-- | plugins/mbm/mm-broadband-modem-mbm.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/mbm/mm-broadband-modem-mbm.c b/plugins/mbm/mm-broadband-modem-mbm.c index dcc91699..67f0797f 100644 --- a/plugins/mbm/mm-broadband-modem-mbm.c +++ b/plugins/mbm/mm-broadband-modem-mbm.c @@ -1017,6 +1017,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 */ |