follow on fix initial sync after a hard reset on the palm to just do a one way sync from PC->HH, sr=mscott 235456

This commit is contained in:
bienvenu%nventure.com 2004-03-09 23:00:44 +00:00
Родитель 35ade6fe43
Коммит 3deeafa09b
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -283,7 +283,7 @@ DWORD WINAPI DoFastSync(LPVOID lpParameter)
CPString ** mozABNameList = NULL; // freed by MSCOM/Mozilla
CPString ** mozABUrlList = NULL; // freed by MSCOM/Mozilla
BOOL * mozDirFlagsList = NULL; // freed by MSCOM/Mozilla
BOOL neverDidPalmSyncBefore; // 1st time palm sync?
BOOL neverDidPalmSyncBefore = TRUE; // 1st time palm sync?
DWORD mozABIndex;
retval = sync->m_dbHH->OpenDB(FALSE);