Fix GAL lookup for provisioned EAS accounts

Bug: 2582551
Change-Id: I316a2f9105ae4c693c401ad5e79922f4de1881b6
This commit is contained in:
Marc Blank 2010-04-08 17:05:11 -07:00
parent 3839dc981f
commit ea816ef206
1 changed files with 1 additions and 0 deletions

View File

@ -706,6 +706,7 @@ public class EasSyncService extends AbstractSyncService {
svc.mSsl = (ha.mFlags & HostAuth.FLAG_SSL) != 0;
svc.mTrustSsl = (ha.mFlags & HostAuth.FLAG_TRUST_ALL_CERTIFICATES) != 0;
svc.mDeviceId = SyncManager.getDeviceId();
svc.mAccount = acct;
Serializer s = new Serializer();
s.start(Tags.SEARCH_SEARCH).start(Tags.SEARCH_STORE);
s.data(Tags.SEARCH_NAME, "GAL").data(Tags.SEARCH_QUERY, filter);