Monotone-Parent: 86fd1ace33a761145516f77910d46684fbe4f423

Monotone-Revision: 3ded00a80ce87781ff6767f6fe38a12735a48340

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2012-08-09T19:42:38
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2012-08-09 19:42:38 +00:00
parent 4940c2ba48
commit c2a63a3d8e
5 changed files with 7 additions and 2 deletions

View File

@@ -23,7 +23,6 @@
#import <Foundation/NSArray.h>
#import <Foundation/NSDictionary.h>
#import <Foundation/NSString.h>
#import <SOGo/SOGoFolder.h>
#import <SOGo/SOGoObject.h>
#import <SOGo/SOGoUser.h>
@@ -103,7 +102,7 @@
entryId = [NSData data];
else
{
connInfo = [[container context] connectionInfo];
connInfo = [(MAPIStoreContext *) [container context] connectionInfo];
entryId = MAPIStoreInternalEntryId (connInfo->sam_ctx, userId);
}
*data = [entryId asBinaryInMemCtx: memCtx];