X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/4e910c01eea401e36044816744691789ef4656fa..42055a338593d66f0abb6eeb6b03f0eaf4439f57:/src/src/transports/lmtp.c diff --git a/src/src/transports/lmtp.c b/src/src/transports/lmtp.c index c4606ef8b..610320c25 100644 --- a/src/src/transports/lmtp.c +++ b/src/src/transports/lmtp.c @@ -610,6 +610,7 @@ if (send_data) { BOOL ok; transport_ctx tctx = { + fd_in, tblock, addrlist, US".", US"..", @@ -634,7 +635,7 @@ if (send_data) debug_printf(" LMTP>> writing message and terminating \".\"\n"); transport_count = 0; - ok = transport_write_message(fd_in, &tctx, 0); + ok = transport_write_message(&tctx, 0); /* Failure can either be some kind of I/O disaster (including timeout), or the failure of a transport filter or the expansion of added headers. */