diff options
-rw-r--r-- | plugins/novatel/mm-broadband-modem-novatel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/novatel/mm-broadband-modem-novatel.c b/plugins/novatel/mm-broadband-modem-novatel.c index 765595e3..9fd14e2b 100644 --- a/plugins/novatel/mm-broadband-modem-novatel.c +++ b/plugins/novatel/mm-broadband-modem-novatel.c @@ -1231,7 +1231,7 @@ modem_time_check_support_finish (MMIfaceModemTime *self, GAsyncResult *res, GError **error) { - return !g_simple_async_result_propagate_error (G_SIMPLE_ASYNC_RESULT (res), error); + return !!mm_base_modem_at_command_finish (MM_BASE_MODEM (self), res, error); } static void |