Merge "Merge tag 'AU_LINUX_ANDROID_KK.04.04.04.010.171' into HEAD"

This commit is contained in:
Linux Build Service Account 2014-10-01 08:28:55 -07:00 committed by Gerrit - the friendly Code Review server
commit 40931418ee

View file

@ -2057,7 +2057,6 @@ static int loc_eng_get_zpp_handler(loc_eng_data_s_type &loc_eng_data)
GpsLocationExtended locationExtended; GpsLocationExtended locationExtended;
memset(&locationExtended, 0, sizeof (GpsLocationExtended)); memset(&locationExtended, 0, sizeof (GpsLocationExtended));
locationExtended.size = sizeof(locationExtended); locationExtended.size = sizeof(locationExtended);
memset(&location, 0, sizeof location);
ret_val = loc_eng_data.adapter->getZpp(location.gpsLocation, tech_mask); ret_val = loc_eng_data.adapter->getZpp(location.gpsLocation, tech_mask);
//Mark the location source as from ZPP //Mark the location source as from ZPP