diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2015-03-11 19:37:07 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2015-03-11 19:39:24 +0100 |
commit | 46b2aeae531ea47d3cf3d455305c40694d4f60b7 (patch) | |
tree | 2f0b092ead1f405d6ef77214fc059eb9634f1132 | |
parent | 61ced36f8341ecedc403818c378f78f17f55ca9a (diff) |
novatel: fix checking for time support
-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 |