mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-09 23:38:50 +00:00
Monotone-Parent: 1157cc18479225d9cabde00443bb1b31839cf5b6
Monotone-Revision: 70abddfe36eb868aa185ad5ad7f41e1c8fe7ee9c Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2011-06-03T23:59:02 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -336,7 +336,7 @@ sogo_op_rmdir(void *private_data, uint64_t parent_fid, uint64_t fid)
|
||||
\return MAPISTORE_SUCCESS on success, otherwise MAPISTORE_ERROR
|
||||
*/
|
||||
static int
|
||||
sogo_op_opendir(void *private_data, uint64_t parent_fid, uint64_t fid)
|
||||
sogo_op_opendir(void *private_data, uint64_t fid)
|
||||
{
|
||||
NSAutoreleasePool *pool;
|
||||
sogo_context *cContext;
|
||||
@@ -351,7 +351,7 @@ sogo_op_opendir(void *private_data, uint64_t parent_fid, uint64_t fid)
|
||||
context = cContext->objcContext;
|
||||
[context setupRequest];
|
||||
|
||||
rc = [context openDir: fid inParentFID: parent_fid];
|
||||
rc = [context openDir: fid];
|
||||
|
||||
[context tearDownRequest];
|
||||
[pool release];
|
||||
|
||||
Reference in New Issue
Block a user