diff options
-rw-r--r-- | libmm-common/mm-bearer-properties.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libmm-common/mm-bearer-properties.c b/libmm-common/mm-bearer-properties.c index 8eb665c9..cb660fe4 100644 --- a/libmm-common/mm-bearer-properties.c +++ b/libmm-common/mm-bearer-properties.c @@ -479,7 +479,7 @@ mm_bearer_properties_init (MMBearerProperties *self) * even better approach would likely be to query which PDP types the * modem supports (using AT+CGDCONT=?), and set the default accordingly */ - self->priv->ip_type = g_strdup ("IP"); + self->priv->ip_type = g_strdup ("IPV4"); } static void |