]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
mail-crypt: Do not restrict access in unit test
authorAki Tuomi <aki.tuomi@dovecot.fi>
Mon, 13 Feb 2017 17:40:22 +0000 (19:40 +0200)
committerGitLab <gitlab@git.dovecot.net>
Tue, 14 Feb 2017 11:06:19 +0000 (13:06 +0200)
This works around problem with docker

src/plugins/mail-crypt/test-mail-key.c

index 3ffdc241b18fd298d94ef9667802c90437286c91..5cb399cdd751339b8054858b2e376453fed3da6a 100644 (file)
@@ -151,6 +151,7 @@ int init_test_mail_user(void)
        };
 
        mail_storage_service = mail_storage_service_init(master_service, NULL,
+               MAIL_STORAGE_SERVICE_FLAG_NO_RESTRICT_ACCESS |
                MAIL_STORAGE_SERVICE_FLAG_NO_LOG_INIT |
                MAIL_STORAGE_SERVICE_FLAG_NO_PLUGINS);