]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
bsdauth: And compile fix to previous change..
authorTimo Sirainen <tss@iki.fi>
Mon, 12 Oct 2009 20:20:35 +0000 (16:20 -0400)
committerTimo Sirainen <tss@iki.fi>
Mon, 12 Oct 2009 20:20:35 +0000 (16:20 -0400)
--HG--
branch : HEAD

src/auth/passdb-bsdauth.c

index 9a7494474151d89a121530b034e96560475de19c..ea03c1b05a9c226a2a8568c9a3453d02dd66d1c5 100644 (file)
@@ -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 =