dovecot-2.0: auth: Fixed "userdb is missing driver" error.
dovecot at dovecot.org
dovecot at dovecot.org
Wed Jan 27 21:29:24 EET 2010
details: http://hg.dovecot.org/dovecot-2.0/rev/bea4b2d1f27f
changeset: 10587:bea4b2d1f27f
user: Timo Sirainen <tss at iki.fi>
date: Wed Jan 27 18:49:46 2010 +0200
description:
auth: Fixed "userdb is missing driver" error.
diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
src/auth/auth-settings.c | 2 +-
diffs (12 lines):
diff -r e1d112ef2e4c -r bea4b2d1f27f src/auth/auth-settings.c
--- a/src/auth/auth-settings.c Tue Jan 26 18:52:06 2010 +0200
+++ b/src/auth/auth-settings.c Wed Jan 27 18:49:46 2010 +0200
@@ -261,7 +261,7 @@ auth_userdb_settings_check(void *_set, p
struct auth_userdb_settings *set = _set;
if (set->driver == NULL || *set->driver == '\0') {
- *error_r = "passdb is missing driver";
+ *error_r = "userdb is missing driver";
return FALSE;
}
return TRUE;
More information about the dovecot-cvs
mailing list