From 851a708442b53ed2a560920f2bc097b62face54c Mon Sep 17 00:00:00 2001 From: Aleksander Morgado Date: Thu, 1 Apr 2021 11:19:47 +0200 Subject: modem-helpers: ip family normalization doesn't need log_object --- src/mm-broadband-bearer.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/mm-broadband-bearer.c') diff --git a/src/mm-broadband-bearer.c b/src/mm-broadband-bearer.c index 925439f2..3e9eff7d 100644 --- a/src/mm-broadband-bearer.c +++ b/src/mm-broadband-bearer.c @@ -132,7 +132,7 @@ detailed_connect_context_new (MMBroadbandBearer *self, ctx->secondary = (secondary ? g_object_ref (secondary) : NULL); ctx->ip_family = mm_bearer_properties_get_ip_type (mm_base_bearer_peek_config (MM_BASE_BEARER (self))); - mm_3gpp_normalize_ip_family (&ctx->ip_family, self); + mm_3gpp_normalize_ip_family (&ctx->ip_family); return ctx; } @@ -908,7 +908,7 @@ cid_selection_3gpp (MMBroadbandBearer *self, ctx->cancellable = g_object_ref (cancellable); ctx->ip_family = mm_bearer_properties_get_ip_type (mm_base_bearer_peek_config (MM_BASE_BEARER (self))); - mm_3gpp_normalize_ip_family (&ctx->ip_family, self); + mm_3gpp_normalize_ip_family (&ctx->ip_family); g_task_set_task_data (task, ctx, (GDestroyNotify) cid_selection_3gpp_context_free); -- cgit v1.2.3-70-g09d2