Fixed the ordering of the memory context.

This commit is contained in:
Ludovic Marcotte
2012-12-05 14:56:29 -05:00
parent 8ca79d9a17
commit ca1a3ac06b

View File

@@ -566,9 +566,9 @@ sogo_folder_delete_message(void *folder_object, uint64_t mid, uint8_t flags)
}
static enum mapistore_error
sogo_folder_move_copy_messages(TALLOC_CTX *mem_ctx,
void *folder_object,
sogo_folder_move_copy_messages(void *folder_object,
void *source_folder_object,
TALLOC_CTX *mem_ctx,
uint32_t mid_count,
uint64_t *src_mids, uint64_t *t_mids,
struct Binary_r **target_change_keys,