]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
lmtp: Changed QUIT message: "Logged out" -> "Client quit".
authorTimo Sirainen <tss@iki.fi>
Mon, 12 Oct 2009 21:24:01 +0000 (17:24 -0400)
committerTimo Sirainen <tss@iki.fi>
Mon, 12 Oct 2009 21:24:01 +0000 (17:24 -0400)
--HG--
branch : HEAD

src/lmtp/commands.c

index fd7d431172d6a6152f06069c7fc0f7d6885ca436..61e0cf12662b9d14348ef623e5f9982bd6359348 100644 (file)
@@ -302,7 +302,7 @@ int cmd_rcpt(struct client *client, const char *args)
 
 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;
 }