]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
submission: Use the path in the server recipient object rather than the submission...
authorStephan Bosch <stephan.bosch@dovecot.fi>
Sun, 7 Oct 2018 17:44:40 +0000 (19:44 +0200)
committerVille Savolainen <ville.savolainen@dovecot.fi>
Tue, 12 Feb 2019 13:41:01 +0000 (15:41 +0200)
It is recorded reliably on a pool from the start now

src/submission/submission-recipient.c
src/submission/submission-recipient.h

index 80bb98a001105c748bb81a02daa80c6adf6df921..0119d12328efccf77a386ad2328010cf1a9b8666 100644 (file)
@@ -42,7 +42,6 @@ submission_recipient_approved(struct smtp_server_recipient *rcpt,
        struct submission_backend *const *bknd_idx;
        bool backend_found = FALSE;
 
-       srcpt->path = rcpt->path;
        srcpt->index = rcpt->index;
 
        array_append(&client->rcpt_to, &srcpt, 1);
index 58add1d183cdf8b2e661c4edc35c7fd37c6a6322..f8c64921d511be002fa6084567994f4c998ac9d3 100644 (file)
@@ -9,7 +9,6 @@ struct submission_recipient {
 
        struct submission_backend *backend;
 
-       struct smtp_address *path;
        unsigned int index;
 
        /* Module-specific contexts. */