Avoid type-issues generating wrong GlobCnt - leading to OpenChange crashes during the sync process.

This commit is contained in:
Ludovic Marcotte
2013-09-18 14:03:07 -04:00
parent 6d93db96e4
commit 7ddc1b9e2d
3 changed files with 10 additions and 2 deletions

View File

@@ -284,6 +284,9 @@ static Class NSExceptionK, MAPIStoreFolderK;
return MAPISTORE_SUCCESS;
}
//
// The GlobCnt is 6 bytes long.
//
- (NSData *) getReplicaKeyFromGlobCnt: (uint64_t) objectCnt
{
struct mapistore_connection_info *connInfo;