aboutsummaryrefslogtreecommitdiff
path: root/src/mm-broadband-bearer.c
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2020-04-03 16:05:17 +0200
committerAleksander Morgado <aleksander@aleksander.es>2020-04-08 16:35:09 +0200
commit740827bde1d03c5f8b187f70be8ffb6ae3ca1785 (patch)
tree36969d71f5051da7b9276e7d1fb646184094db27 /src/mm-broadband-bearer.c
parentf76489cd8179000c1f4e6bc7b72d60933a6c08b9 (diff)
modem-helpers: parse cgdcont test parser to use object logging
Diffstat (limited to 'src/mm-broadband-bearer.c')
-rw-r--r--src/mm-broadband-bearer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mm-broadband-bearer.c b/src/mm-broadband-bearer.c
index d5917706..004ef1f0 100644
--- a/src/mm-broadband-bearer.c
+++ b/src/mm-broadband-bearer.c
@@ -828,7 +828,7 @@ cgdcont_test_ready (MMBaseModem *modem,
goto out;
}
- ctx->context_format_list = mm_3gpp_parse_cgdcont_test_response (response, &error);
+ ctx->context_format_list = mm_3gpp_parse_cgdcont_test_response (response, self, &error);
if (error) {
mm_obj_dbg (self, "error parsing +CGDCONT test response: %s", error->message);
g_clear_error (&error);