Merge "Default apn ip type to ipv4" into location.lnx.1.0-dev.1.0

This commit is contained in:
Linux Build Service Account 2016-04-26 20:37:45 -07:00 committed by Gerrit - the friendly Code Review server
commit 1fb9826d91

View file

@ -731,7 +731,7 @@ static int loc_agps_open_with_apniptype(const char* apn, ApnIpType apnIpType)
bearerType = AGPS_APN_BEARER_IPV4V6;
break;
default:
bearerType = AGPS_APN_BEARER_INVALID;
bearerType = AGPS_APN_BEARER_IPV4;
break;
}