diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2021-04-01 11:19:47 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2021-04-01 11:24:42 +0200 |
commit | 851a708442b53ed2a560920f2bc097b62face54c (patch) | |
tree | cffb8d5cf4e94615ec4e736471eaa8258338211c /src/mm-bearer-qmi.c | |
parent | 2c27a7aadc79f3ded2e0ab13cc757266639f01e1 (diff) |
modem-helpers: ip family normalization doesn't need log_object
Diffstat (limited to 'src/mm-bearer-qmi.c')
-rw-r--r-- | src/mm-bearer-qmi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mm-bearer-qmi.c b/src/mm-bearer-qmi.c index 151d0be9..bb754248 100644 --- a/src/mm-bearer-qmi.c +++ b/src/mm-bearer-qmi.c @@ -2068,7 +2068,7 @@ _connect (MMBaseBearer *_self, ctx->password = g_strdup (mm_bearer_properties_get_password (properties)); ip_family = mm_bearer_properties_get_ip_type (properties); - if (mm_3gpp_normalize_ip_family (&ip_family, self)) + if (mm_3gpp_normalize_ip_family (&ip_family)) ctx->no_ip_family_preference = TRUE; if (ip_family & MM_BEARER_IP_FAMILY_IPV4) |