From: Timo Sirainen Date: Mon, 8 Mar 2010 22:26:05 +0000 (+0200) Subject: auth: Master passdbs weren't working. X-Git-Tag: 2.0.beta4~96 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4bd3acfc2b2f0d462282469675ab2d799a2e2322;p=thirdparty%2Fdovecot%2Fcore.git auth: Master passdbs weren't working. --HG-- branch : HEAD --- diff --git a/src/auth/auth.c b/src/auth/auth.c index 6915a12442..a0da771002 100644 --- a/src/auth/auth.c +++ b/src/auth/auth.c @@ -55,7 +55,7 @@ struct auth *auth_preinit(struct auth_settings *set) 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;