mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-26 00:22:44 +00:00
Monotone-Parent: 7e2d84b941087b6996499d8c6a6832f1b87db837
Monotone-Revision: 267b360550dcc02b5b9590b3fe3268d521bd74e4 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2011-08-04T14:09:59 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -103,6 +103,7 @@ sogo_backend_init (void)
|
||||
static int
|
||||
sogo_backend_create_context(TALLOC_CTX *mem_ctx,
|
||||
struct mapistore_connection_info *conn_info,
|
||||
struct tdb_wrap *indexingTdb,
|
||||
const char *uri, void **context_object)
|
||||
{
|
||||
NSAutoreleasePool *pool;
|
||||
@@ -119,7 +120,8 @@ sogo_backend_create_context(TALLOC_CTX *mem_ctx,
|
||||
{
|
||||
rc = [MAPIStoreContextK openContext: &context
|
||||
withURI: uri
|
||||
andConnectionInfo: conn_info];
|
||||
connectionInfo: conn_info
|
||||
andTDBIndexing: indexingTdb];
|
||||
if (rc == MAPISTORE_SUCCESS)
|
||||
*context_object = [context tallocWrapper: mem_ctx];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user