mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-04 12:58:50 +00:00
Monotone-Parent: e5c4217c6e36b401e5a327f56f52df4391fc0526
Monotone-Revision: 45a1b78e86bd3fc10d217c5f04c4a9e50cbbc2f0 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2011-07-29T20:59:29 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -366,7 +366,7 @@ static Class NSExceptionK, MAPIStoreFolderK;
|
||||
uint64_t obVersion;
|
||||
|
||||
obVersion = [self objectVersion];
|
||||
if (obVersion = 0xffffffffffffffffLL)
|
||||
if (obVersion == 0xffffffffffffffffLL)
|
||||
rc = MAPISTORE_ERR_NOT_FOUND;
|
||||
else
|
||||
rc = [self getReplicaKey: data fromGlobCnt: obVersion
|
||||
@@ -382,7 +382,7 @@ static Class NSExceptionK, MAPIStoreFolderK;
|
||||
uint64_t obVersion;
|
||||
|
||||
obVersion = [self objectVersion];
|
||||
if (obVersion = 0xffffffffffffffffLL)
|
||||
if (obVersion == 0xffffffffffffffffLL)
|
||||
rc = MAPISTORE_ERR_NOT_FOUND;
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user