mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-19 10:25:27 +00:00
Monotone-Parent: 5ac32e0bdcbade2a73e1d7ae56eef8485e68a6bb
Monotone-Revision: 5acda2afec59d0f39574d366491c5ae9f40fa3de Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2012-02-02T01:49:39 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
2012-02-01 Wolfgang Sourdeau <wsourdeau@inverse.ca>
|
||||
|
||||
* OpenChange/MAPIStoreTable.m (-destroyHandle:): skih operation if
|
||||
the handle parameter is 0.
|
||||
|
||||
* OpenChange/SOGoMAPIFSMessage.m (-delete): returns the exception
|
||||
rather than raising it.
|
||||
|
||||
|
||||
@@ -351,7 +351,7 @@ static Class NSDataK, NSStringK;
|
||||
|
||||
- (void) destroyHandle: (uint32_t) tableHandleId
|
||||
{
|
||||
if (handleId == tableHandleId)
|
||||
if (tableHandleId && (handleId == tableHandleId))
|
||||
[[MAPIStoreActiveTables activeTables] unregisterTable: self];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user