Skip to content

Commit

Permalink
mail-crypt-acl: Fix assert-crash due to missing namespace initialization
Browse files Browse the repository at this point in the history
This was broken by e031d9a.
  • Loading branch information
sirainen committed Jun 9, 2017
1 parent f165d31 commit 83d6ad2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/plugins/mail-crypt/mail-crypt-acl-plugin.c
Expand Up @@ -164,6 +164,7 @@ mail_crypt_acl_user_create(struct mail_user *user, const char *dest_username,
input.session_id_prefix = user->session_id;
input.flags_override_add = MAIL_STORAGE_SERVICE_FLAG_NO_PLUGINS |
MAIL_STORAGE_SERVICE_FLAG_NO_LOG_INIT;
input.flags_override_remove = MAIL_STORAGE_SERVICE_FLAG_NO_NAMESPACES;

ret = mail_storage_service_lookup_next(service_ctx, &input,
dest_service_user_r,
Expand Down

0 comments on commit 83d6ad2

Please sign in to comment.