[dovecot-cvs] dovecot/src/auth auth.c,1.27,1.28

cras at dovecot.org cras at dovecot.org
Sat Mar 25 12:32:53 EET 2006


Update of /var/lib/cvs/dovecot/src/auth
In directory talvi:/tmp/cvs-serv24880/src/auth

Modified Files:
	auth.c 
Log Message:
Changed "no user databases" error to be hopefully more easier to understand.



Index: auth.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/auth/auth.c,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- auth.c	25 Mar 2006 10:22:06 -0000	1.27
+++ auth.c	25 Mar 2006 10:32:50 -0000	1.28
@@ -76,7 +76,7 @@
 	t_pop();
 
 	if (auth->userdbs == NULL)
-		i_fatal("No user databases set");
+		i_fatal("You'll need to add at least one userdb");
 	return auth;
 }
 



More information about the dovecot-cvs mailing list