dovecot-2.0: fs-sis: Fixed giving parameters to parent fs.

dovecot at dovecot.org dovecot at dovecot.org
Sat Oct 2 14:34:01 EEST 2010


details:   http://hg.dovecot.org/dovecot-2.0/rev/46fbd2eb8ae1
changeset: 12250:46fbd2eb8ae1
user:      Timo Sirainen <tss at iki.fi>
date:      Fri Aug 13 18:28:53 2010 +0100
description:
fs-sis: Fixed giving parameters to parent fs.

diffstat:

 src/lib-fs/fs-sis.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r d26b67e143cf -r 46fbd2eb8ae1 src/lib-fs/fs-sis.c
--- a/src/lib-fs/fs-sis.c	Fri Aug 13 18:24:31 2010 +0100
+++ b/src/lib-fs/fs-sis.c	Fri Aug 13 18:28:53 2010 +0100
@@ -55,7 +55,7 @@
 	if (p == NULL)
 		fs->super = fs_init(args, "", set);
 	else
-		fs->super = fs_init(t_strdup_until(args, args), p+1, set);
+		fs->super = fs_init(t_strdup_until(args, p), p+1, set);
 	return &fs->fs;
 }
 


More information about the dovecot-cvs mailing list