diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2017-07-18 10:32:13 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2017-07-18 10:33:00 +0200 |
commit | 4901a676600809fba9a8805fc524c4c1710f539a (patch) | |
tree | c56cf6d1735a55371987164937c52f007cfcdc56 | |
parent | 1317a728dad7925f87de2101801889d1864ca12e (diff) |
telit: add missing source_tag in g_task_report_new_error() call
Fixes: 1bd9935b5aece6c5999c96df1acec86cfc00e6b1
-rw-r--r-- | plugins/telit/mm-broadband-modem-telit.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/telit/mm-broadband-modem-telit.c b/plugins/telit/mm-broadband-modem-telit.c index fa8e68e8..e7650c05 100644 --- a/plugins/telit/mm-broadband-modem-telit.c +++ b/plugins/telit/mm-broadband-modem-telit.c @@ -409,6 +409,7 @@ modem_set_current_bands (MMIfaceModem *self, g_task_report_new_error (self, callback, user_data, + modem_set_current_bands, MM_CORE_ERROR, MM_CORE_ERROR_FAILED, "Unexpected error: could not compose AT#BND command"); |