From: Timo Sirainen Date: Mon, 12 Oct 2009 20:20:35 +0000 (-0400) Subject: bsdauth: And compile fix to previous change.. X-Git-Tag: 2.0.alpha1~8 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2a65ac483ea18fd83bcd5d2068ace8b38c8057e3;p=thirdparty%2Fdovecot%2Fcore.git bsdauth: And compile fix to previous change.. --HG-- branch : HEAD --- diff --git a/src/auth/passdb-bsdauth.c b/src/auth/passdb-bsdauth.c index 9a74944741..ea03c1b05a 100644 --- a/src/auth/passdb-bsdauth.c +++ b/src/auth/passdb-bsdauth.c @@ -54,7 +54,7 @@ bsdauth_preinit(struct auth_passdb *auth_passdb, const char *args) 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 =