X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/dbf07025c150e23e3e1f4c6a382a511a2d5c5270..c18e2c3b059f6bfd1c6e9a65ffc8243a4d8034fe:/src/src/deliver.c diff --git a/src/src/deliver.c b/src/src/deliver.c index 664d00452..e17994117 100644 --- a/src/src/deliver.c +++ b/src/src/deliver.c @@ -7433,7 +7433,7 @@ if (addr_senddsn) tctx.u.fd = fd; tctx.options = topt_add_return_path | topt_no_body; - /*XXX hmm, retval ignored. + /*XXX hmm, FALSE(fail) retval ignored. Could error for any number of reasons, and they are not handled. */ transport_write_message(&tctx, 0); fflush(f);