From 98f21ec195a090618139c601870bcc4b1883c33f Mon Sep 17 00:00:00 2001 From: Aleksander Morgado Date: Thu, 30 Oct 2014 00:05:35 +0100 Subject: modem-helpers: fix IP4 -> IPV4 Stupid me, introduced a bug when manually writing the previous patch. :/ --- src/mm-modem-helpers.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/mm-modem-helpers.c b/src/mm-modem-helpers.c index f024695e..64b4928c 100644 --- a/src/mm-modem-helpers.c +++ b/src/mm-modem-helpers.c @@ -1899,7 +1899,7 @@ mm_3gpp_get_ip_family_from_pdp_type (const gchar *pdp_type) { if (g_str_equal (pdp_type, "IP")) return MM_BEARER_IP_FAMILY_IPV4; - if (g_str_equal (pdp_type, "IP4")) + if (g_str_equal (pdp_type, "IPV4")) return MM_BEARER_IP_FAMILY_IPV4; if (g_str_equal (pdp_type, "IPV6")) return MM_BEARER_IP_FAMILY_IPV6; -- cgit v1.2.3-70-g09d2