diff options
-rw-r--r-- | plugins/simtech/mm-broadband-modem-simtech.c | 1 |
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 529e4438..e3ba5628 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 */ |