]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
lmtp: Added missing session_id to mail_user
authorTimo Sirainen <tss@iki.fi>
Sat, 25 Oct 2014 03:37:35 +0000 (06:37 +0300)
committerTimo Sirainen <tss@iki.fi>
Sat, 25 Oct 2014 03:37:35 +0000 (06:37 +0300)
src/lmtp/commands.c

index 5efb7464c885c85d5dfb50e3b135264ea55ca5f8..e53007f6ebfb7fec228e62d64247913fa56cef52 100644 (file)
@@ -541,6 +541,7 @@ int cmd_rcpt(struct client *client, const char *args)
        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);