dovecot-2.0: lmtp: Changed QUIT message: "Logged out" -> "Client...

dovecot at dovecot.org dovecot at dovecot.org
Tue Oct 13 00:24:07 EEST 2009


details:   http://hg.dovecot.org/dovecot-2.0/rev/4074f1bed39a
changeset: 10047:4074f1bed39a
user:      Timo Sirainen <tss at iki.fi>
date:      Mon Oct 12 17:24:01 2009 -0400
description:
lmtp: Changed QUIT message: "Logged out" -> "Client quit".

diffstat:

1 file changed, 1 insertion(+), 1 deletion(-)
src/lmtp/commands.c |    2 +-

diffs (12 lines):

diff -r 37e7c4454637 -r 4074f1bed39a src/lmtp/commands.c
--- a/src/lmtp/commands.c	Mon Oct 12 16:47:00 2009 -0400
+++ b/src/lmtp/commands.c	Mon Oct 12 17:24:01 2009 -0400
@@ -302,7 +302,7 @@ int cmd_rcpt(struct client *client, cons
 
 int cmd_quit(struct client *client, const char *args ATTR_UNUSED)
 {
-	client_destroy(client, "221 2.0.0", "Logged out");
+	client_destroy(client, "221 2.0.0", "Client quit");
 	return -1;
 }
 


More information about the dovecot-cvs mailing list