X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/aeb65e919a3687d7dcc2e74c4cc41699bc66941f..2d5bf0979718f106016157dff7c6e7cdb01ac2b4:/src/src/deliver.c diff --git a/src/src/deliver.c b/src/src/deliver.c index ebb64778c..071187942 100644 --- a/src/src/deliver.c +++ b/src/src/deliver.c @@ -758,7 +758,7 @@ if (LOGGING(incoming_interface) && LOGGING(outgoing_interface) { g = string_fmt_append(g, " I=[%s]", sending_ip_address); if (LOGGING(outgoing_port)) - g = string_fmt_append(g, "%d", sending_port); + g = string_fmt_append(g, ":%d", sending_port); } return g; } @@ -7401,7 +7401,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);