aboutsummaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'plugins')
-rw-r--r--plugins/telit/mm-broadband-modem-mbim-telit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/telit/mm-broadband-modem-mbim-telit.c b/plugins/telit/mm-broadband-modem-mbim-telit.c
index fb1ac8c5..2869db46 100644
--- a/plugins/telit/mm-broadband-modem-mbim-telit.c
+++ b/plugins/telit/mm-broadband-modem-mbim-telit.c
@@ -71,7 +71,7 @@ load_supported_modes_ready (MMIfaceModem *self,
return;
}
- modes = mm_3gpp_parse_ws46_test_response (response, &error);
+ modes = mm_3gpp_parse_ws46_test_response (response, self, &error);
if (!modes) {
g_prefix_error (&error, "parsing WS46=? response failed: ");
g_task_return_error (task, error);