diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2014-10-12 17:51:56 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2014-10-22 16:15:19 +0100 |
commit | 029f41922c829cd007ec53006076443e38132e64 (patch) | |
tree | 3fb066e39787dd12fa9f0cad22fb9bb0da44c93d /src | |
parent | c562fd30c03126dd72d76ec43842d9d00fcd8bf3 (diff) |
Make $host available in tpda delivery event, for cutthrough. Bug 1529
Diffstat (limited to 'src')
-rw-r--r-- | src/src/deliver.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/src/deliver.c b/src/src/deliver.c index 6fac6d8db..4462d5c4a 100644 --- a/src/src/deliver.c +++ b/src/src/deliver.c @@ -873,6 +873,7 @@ else #ifdef EXPERIMENTAL_TPDA deliver_host_address = addr->host_used->address; deliver_host_port = addr->host_used->port; + deliver_host = addr->host_used->name; /* DNS lookup status */ lookup_dnssec_authenticated = addr->host_used->dnssec==DS_YES ? US"yes" |