dovecot-1.2: pop3: Fix to previous change: error message should ...

dovecot at dovecot.org dovecot at dovecot.org
Sat Jul 25 03:58:46 EEST 2009


details:   http://hg.dovecot.org/dovecot-1.2/rev/7d54410a34b9
changeset: 9239:7d54410a34b9
user:      Timo Sirainen <tss at iki.fi>
date:      Fri Jul 24 20:58:38 2009 -0400
description:
pop3: Fix to previous change: error message should say pop3, not imap.

diffstat:

1 file changed, 2 insertions(+), 2 deletions(-)
src/pop3/main.c |    4 ++--

diffs (14 lines):

diff -r 1eb00fd62d1c -r 7d54410a34b9 src/pop3/main.c
--- a/src/pop3/main.c	Fri Jul 24 20:55:26 2009 -0400
+++ b/src/pop3/main.c	Fri Jul 24 20:58:38 2009 -0400
@@ -202,8 +202,8 @@ static bool main_init(void)
 		if (getenv("DOVECOT_MASTER") == NULL)
 			i_fatal("USER environment missing");
 		else {
-			i_fatal("login_executable setting must be imap-login, "
-				"not imap");
+			i_fatal("login_executable setting must be pop3-login, "
+				"not pop3");
 		}
 	}
 


More information about the dovecot-cvs mailing list