changeset 4105:085bffbdd1b1 HEAD

Changed "no user databases" error to be hopefully more easier to understand.
author Timo Sirainen <tss@iki.fi>
date Sat, 25 Mar 2006 12:32:50 +0200
parents 77e10f1d2cb2
children c4bdc1b1aac5
files src/auth/auth.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/auth/auth.c	Sat Mar 25 12:22:04 2006 +0200
+++ b/src/auth/auth.c	Sat Mar 25 12:32:50 2006 +0200
@@ -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;
 }