dovecot-2.2: lmtp: Added missing session_id to mail_user

dovecot at dovecot.org dovecot at dovecot.org
Sat Oct 25 03:38:31 UTC 2014


details:   http://hg.dovecot.org/dovecot-2.2/rev/380b723f37ef
changeset: 18013:380b723f37ef
user:      Timo Sirainen <tss at iki.fi>
date:      Sat Oct 25 06:37:35 2014 +0300
description:
lmtp: Added missing session_id to mail_user

diffstat:

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

diffs (11 lines):

diff -r 004b9a36c92f -r 380b723f37ef src/lmtp/commands.c
--- a/src/lmtp/commands.c	Sat Oct 25 06:19:41 2014 +0300
+++ b/src/lmtp/commands.c	Sat Oct 25 06:37:35 2014 +0300
@@ -541,6 +541,7 @@
 	input.remote_ip = client->remote_ip;
 	input.local_port = client->local_port;
 	input.remote_port = client->remote_port;
+	input.session_id = client->state.session_id;
 
 	ret = mail_storage_service_lookup(storage_service, &input,
 					  &rcpt.service_user, &error);


More information about the dovecot-cvs mailing list