dovecot-2.0: lmtp: Always use "lmtp" module when looking up conf...

dovecot at dovecot.org dovecot at dovecot.org
Sat Feb 20 17:17:29 EET 2010


details:   http://hg.dovecot.org/dovecot-2.0/rev/24467421976b
changeset: 10791:24467421976b
user:      Timo Sirainen <tss at iki.fi>
date:      Sat Feb 20 16:25:31 2010 +0200
description:
lmtp: Always use "lmtp" module when looking up configuration.

diffstat:

 src/lmtp/commands.c |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (13 lines):

diff -r 6c24afbea40e -r 24467421976b src/lmtp/commands.c
--- a/src/lmtp/commands.c	Sat Feb 20 16:19:32 2010 +0200
+++ b/src/lmtp/commands.c	Sat Feb 20 16:25:31 2010 +0200
@@ -374,8 +374,7 @@
 	}
 
 	memset(&input, 0, sizeof(input));
-	input.service = "lmtp";
-	input.module = "lda";
+	input.module = input.service = "lmtp";
 	input.username = username;
 	input.local_ip = client->local_ip;
 	input.remote_ip = client->remote_ip;


More information about the dovecot-cvs mailing list