From 906c51bddd9aee5bfa4dbdbeffa421c37d2c4f4e Mon Sep 17 00:00:00 2001 From: taesub kim Date: Mon, 24 Apr 2017 10:03:23 +0900 Subject: [PATCH] Fix build error Change-Id: I5e3734cf9bb7085694fb5e0cac1766b8d9723c99 Signed-off-by: Taesub Kim --- src/connection_profile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/connection_profile.c b/src/connection_profile.c index 17d06b3..efcc81d 100755 --- a/src/connection_profile.c +++ b/src/connection_profile.c @@ -1866,7 +1866,7 @@ EXPORT_API int connection_profile_set_cellular_roam_pdn_type(connection_profile_ profile_info->ProfileInfo.Pdp.RoamPdnType = NET_PDN_TYPE_IPV4_IPV6; CONNECTION_LOG(CONNECTION_WARN, "DEPRECATION WARNINIG: CONNECTION_CELLULAR_PDN_TYPE_IPV4_IPv6 " \ "from next release. Use CONNECTION_CELLULAR_PDN_TYPE_IPV4_IPV6 instead"); - break + break; case CONNECTION_CELLULAR_PDN_TYPE_IPV4_IPV6: profile_info->ProfileInfo.Pdp.RoamPdnType = NET_PDN_TYPE_IPV4_IPV6; break; -- 2.7.4