changeset 11613:86665b63c70b HEAD

shared storage: Fixed handling LIST reference string.
author Timo Sirainen <tss@iki.fi>
date Tue, 22 Jun 2010 21:14:22 +0100
parents 754edf799dac
children 6fca3a8622f8
files src/lib-storage/index/shared/shared-list.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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')