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 authored and villesavolainen committed Jun 16, 2017
1 parent 7f3ca7e commit 9308ca6
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 @@ -149,6 +149,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 9308ca6

Please sign in to comment.