dovecot-2.0: shared storage: Fixed handling LIST reference string.

dovecot at dovecot.org dovecot at dovecot.org
Tue Jun 22 23:14:29 EEST 2010


details:   http://hg.dovecot.org/dovecot-2.0/rev/86665b63c70b
changeset: 11613:86665b63c70b
user:      Timo Sirainen <tss at iki.fi>
date:      Tue Jun 22 21:14:22 2010 +0100
description:
shared storage: Fixed handling LIST reference string.

diffstat:

 src/lib-storage/index/shared/shared-list.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 754edf799dac -r 86665b63c70b src/lib-storage/index/shared/shared-list.c
--- a/src/lib-storage/index/shared/shared-list.c	Tue Jun 22 21:00:15 2010 +0100
+++ b/src/lib-storage/index/shared/shared-list.c	Tue Jun 22 21:14:22 2010 +0100
@@ -147,7 +147,7 @@
 		ns_ref = NULL;
 
 	if (ns_ref != NULL && shared_storage_get_namespace(&ns, &ns_ref) == 0)
-		return mailbox_list_join_refpattern(ns->list, ns_ref, pattern);
+		return mailbox_list_join_refpattern(ns->list, ref, pattern);
 
 	/* fallback to default behavior */
 	if (*ref != '\0')


More information about the dovecot-cvs mailing list