dovecot-2.1: Compiler warning fix.

dovecot at dovecot.org dovecot at dovecot.org
Fri Jan 6 21:42:37 EET 2012


details:   http://hg.dovecot.org/dovecot-2.1/rev/4c06fb461cd4
changeset: 13906:4c06fb461cd4
user:      Timo Sirainen <tss at iki.fi>
date:      Fri Jan 06 20:39:48 2012 +0200
description:
Compiler warning fix.

diffstat:

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

diffs (13 lines):

diff -r 3dc9c253880d -r 4c06fb461cd4 src/lib-storage/mail-storage.c
--- a/src/lib-storage/mail-storage.c	Fri Jan 06 19:54:03 2012 +0200
+++ b/src/lib-storage/mail-storage.c	Fri Jan 06 20:39:48 2012 +0200
@@ -289,8 +289,7 @@
 		/* allow multiple independent shared namespaces */
 		return FALSE;
 	}
-
-	return storage;
+	return TRUE;
 }
 
 static struct mail_storage *


More information about the dovecot-cvs mailing list