dovecot-2.0: bsdauth: And compile fix to previous change..

dovecot at dovecot.org dovecot at dovecot.org
Mon Oct 12 23:20:53 EEST 2009


details:   http://hg.dovecot.org/dovecot-2.0/rev/7440353dc617
changeset: 10044:7440353dc617
user:      Timo Sirainen <tss at iki.fi>
date:      Mon Oct 12 16:20:35 2009 -0400
description:
bsdauth: And compile fix to previous change..

diffstat:

1 file changed, 1 insertion(+), 1 deletion(-)
src/auth/passdb-bsdauth.c |    2 +-

diffs (12 lines):

diff -r f5c2bc161baa -r 7440353dc617 src/auth/passdb-bsdauth.c
--- a/src/auth/passdb-bsdauth.c	Mon Oct 12 16:19:00 2009 -0400
+++ b/src/auth/passdb-bsdauth.c	Mon Oct 12 16:20:35 2009 -0400
@@ -54,7 +54,7 @@ bsdauth_preinit(struct auth_passdb *auth
 	struct passdb_module *module;
 
 	module = p_new(auth_passdb->auth->pool, struct passdb_module, 1);
-	module->module.default_pass_scheme = "PLAIN"; /* same reason as PAM */
+	module->default_pass_scheme = "PLAIN"; /* same reason as PAM */
 
 	if (strncmp(args, "cache_key=", 10) == 0) {
 		module->cache_key =


More information about the dovecot-cvs mailing list