modem-helpers: ip family normalization doesn't need log_object

This commit is contained in:
Aleksander Morgado
2021-04-01 11:19:47 +02:00
parent 2c27a7aadc
commit 851a708442
6 changed files with 7 additions and 9 deletions

View File

@@ -345,7 +345,7 @@ connect_3gpp_context_step (GTask *task)
MMBearerIpFamily ip_family;
ip_family = mm_bearer_properties_get_ip_type (mm_base_bearer_peek_config (MM_BASE_BEARER (self)));
mm_3gpp_normalize_ip_family (&ip_family, self);
mm_3gpp_normalize_ip_family (&ip_family);
if (ip_family != MM_BEARER_IP_FAMILY_IPV4) {
g_task_return_new_error (task,
MM_CORE_ERROR,