https://bugs.exim.org/show_bug.cgi?id=966
--- Comment #3 from Git Commit <[email protected]> --- Git commit: https://git.exim.org/exim.git/commitdiff/c0ad8edfe5615780184f88bfc8fa306b76db6bbc commit c0ad8edfe5615780184f88bfc8fa306b76db6bbc Author: Jeremy Harris <[email protected]> AuthorDate: Sun Feb 26 14:58:54 2017 +0000 Commit: Jeremy Harris <[email protected]> CommitDate: Sun Feb 26 15:03:15 2017 +0000 DKIM: rework error logging - compiler quietening. Bug 966 --- src/src/transports/smtp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/src/transports/smtp.c b/src/src/transports/smtp.c index 90ec87b..c590864 100644 --- a/src/src/transports/smtp.c +++ b/src/src/transports/smtp.c @@ -3030,7 +3030,7 @@ if (!sx.ok) save_errno = errno; code = '4'; message = string_sprintf("send() to %s [%s] failed: %s", - host->name, host->address, message ? message : strerror(save_errno)); + host->name, host->address, message ? message : US strerror(save_errno)); sx.send_quit = FALSE; goto FAILED; } -- You are receiving this mail because: You are on the CC list for the bug. -- ## List details at https://lists.exim.org/mailman/listinfo/exim-dev Exim details at http://www.exim.org/ ##
