dovecot-2.2: lib-fs: Fix to previous change

dovecot at dovecot.org dovecot at dovecot.org
Tue Sep 25 22:53:59 EEST 2012


details:   http://hg.dovecot.org/dovecot-2.2/rev/7766229d8f3e
changeset: 15105:7766229d8f3e
user:      Timo Sirainen <tss at iki.fi>
date:      Tue Sep 25 22:40:55 2012 +0300
description:
lib-fs: Fix to previous change

diffstat:

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

diffs (12 lines):

diff -r 3e6048697365 -r 7766229d8f3e src/lib-fs/fs-api.c
--- a/src/lib-fs/fs-api.c	Tue Sep 25 21:45:00 2012 +0300
+++ b/src/lib-fs/fs-api.c	Tue Sep 25 22:40:55 2012 +0300
@@ -33,7 +33,7 @@
 		i_free(error_dup);
 		return -1;
 	}
-	(*fs_r)->last_error = str_new(default_pool, 64);
+	fs->last_error = str_new(default_pool, 64);
 	*fs_r = fs;
 	return 0;
 }


More information about the dovecot-cvs mailing list