X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/4e910c01eea401e36044816744691789ef4656fa..42055a338593d66f0abb6eeb6b03f0eaf4439f57:/src/src/transports/autoreply.c diff --git a/src/src/transports/autoreply.c b/src/src/transports/autoreply.c index f07cd83cf..cdc4bdd05 100644 --- a/src/src/transports/autoreply.c +++ b/src/src/transports/autoreply.c @@ -692,6 +692,7 @@ if (return_message) : US"------ This is a copy of the message, including all the headers.\n"; transport_ctx tctx = { + fileno(f), tblock, addr, NULL, NULL, @@ -720,7 +721,7 @@ if (return_message) fflush(f); transport_count = 0; - transport_write_message(fileno(f), &tctx, bounce_return_size_limit); + transport_write_message(&tctx, bounce_return_size_limit); } /* End the message and wait for the child process to end; no timeout. */