dovecot-2.0: auth: Master passdbs weren't working.

dovecot at dovecot.org dovecot at dovecot.org
Tue Mar 9 00:34:25 EET 2010


details:   http://hg.dovecot.org/dovecot-2.0/rev/3f9c7a8a92b9
changeset: 10872:3f9c7a8a92b9
user:      Timo Sirainen <tss at iki.fi>
date:      Tue Mar 09 00:26:05 2010 +0200
description:
auth: Master passdbs weren't working.

diffstat:

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

diffs (12 lines):

diff -r 83166197d2a5 -r 3f9c7a8a92b9 src/auth/auth.c
--- a/src/auth/auth.c	Tue Mar 09 00:25:52 2010 +0200
+++ b/src/auth/auth.c	Tue Mar 09 00:26:05 2010 +0200
@@ -55,7 +55,7 @@
 	if (passdb_count != 0 && passdbs[last_passdb]->pass)
 		i_fatal("Last passdb can't have pass=yes");
 
-	for (passdb_count = 0, i = 0; i < db_count; i++) {
+	for (i = 0; i < db_count; i++) {
 		if (!passdbs[i]->master)
 			continue;
 


More information about the dovecot-cvs mailing list