dovecot-2.2: lib-storage: Compiling fix for previous alias symli...

dovecot at dovecot.org dovecot at dovecot.org
Wed Sep 26 18:01:29 EEST 2012


details:   http://hg.dovecot.org/dovecot-2.2/rev/be5b1256bf57
changeset: 15140:be5b1256bf57
user:      Timo Sirainen <tss at iki.fi>
date:      Tue Sep 18 20:06:56 2012 +0300
description:
lib-storage: Compiling fix for previous alias symlink change

diffstat:

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

diffs (20 lines):

diff -r c38060f0ad58 -r be5b1256bf57 src/lib-storage/mailbox-list.c
--- a/src/lib-storage/mailbox-list.c	Tue Sep 18 19:57:48 2012 +0300
+++ b/src/lib-storage/mailbox-list.c	Tue Sep 18 20:06:56 2012 +0300
@@ -2,6 +2,7 @@
 
 #include "lib.h"
 #include "array.h"
+#include "abspath.h"
 #include "ioloop.h"
 #include "mkdir-parents.h"
 #include "str.h"
@@ -1293,7 +1294,7 @@
 		return 1;
 
 	T_BEGIN {
-		const char *path, *readlink;
+		const char *path, *linkpath;
 
 		path = t_strconcat(dir_path, "/", d->d_name, NULL);
 		if (lstat(path, &st) < 0) {


More information about the dovecot-cvs mailing list