dovecot-2.0-sslstream: vpopmail: Removed vauth_open() call. Appa...

dovecot at dovecot.org dovecot at dovecot.org
Sat Feb 13 02:56:14 EET 2010


details:   http://hg.dovecot.org/dovecot-2.0-sslstream/rev/d62c2361c3b6
changeset: 10292:d62c2361c3b6
user:      Timo Sirainen <tss at iki.fi>
date:      Mon Nov 09 20:52:54 2009 -0500
description:
vpopmail: Removed vauth_open() call. Apparently it's not the right way.

diffstat:

1 file changed, 2 deletions(-)
src/auth/userdb-vpopmail.c |    2 --

diffs (12 lines):

diff -r d861e380a059 -r d62c2361c3b6 src/auth/userdb-vpopmail.c
--- a/src/auth/userdb-vpopmail.c	Mon Nov 09 20:46:57 2009 -0500
+++ b/src/auth/userdb-vpopmail.c	Mon Nov 09 20:52:54 2009 -0500
@@ -160,8 +160,6 @@ vpopmail_preinit(struct auth_userdb *aut
 		} else
 			i_fatal("userdb vpopmail: Unknown setting: %s", *tmp);
 	}
-	if (vauth_open(0) != 0)
-		i_fatal("userdb vpopmail: vauth_open() failed");
 	return &module->module;
 }
 


More information about the dovecot-cvs mailing list