dovecot-2.2: acl: Compile fix caused by previous change

dovecot at dovecot.org dovecot at dovecot.org
Thu Jul 3 16:11:59 UTC 2014


details:   http://hg.dovecot.org/dovecot-2.2/rev/ec22ade1f101
changeset: 17583:ec22ade1f101
user:      Timo Sirainen <tss at iki.fi>
date:      Thu Jul 03 19:10:33 2014 +0300
description:
acl: Compile fix caused by previous change

diffstat:

 src/plugins/acl/acl-shared-storage.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 9bb653472f16 -r ec22ade1f101 src/plugins/acl/acl-shared-storage.c
--- a/src/plugins/acl/acl-shared-storage.c	Thu Jul 03 19:03:59 2014 +0300
+++ b/src/plugins/acl/acl-shared-storage.c	Thu Jul 03 19:10:33 2014 +0300
@@ -89,7 +89,7 @@
 	const char *name;
 
 	i_assert(ns->type == MAIL_NAMESPACE_TYPE_SHARED);
-	i_assert(strcmp(storage->name, SHARED_STORAGE_NAME) == 0);
+	i_assert(strcmp(storage->name, MAIL_SHARED_STORAGE_NAME) == 0);
 
 	if (ioloop_time < alist->last_shared_add_check + SHARED_NS_RETRY_SECS) {
 		/* already added, don't bother rechecking */


More information about the dovecot-cvs mailing list