[exim-dev] [Bug 966] DKIM resource-limit logging could be mo…

Góra strony
Delete this message
Reply to this message
Autor: admin
Data:  
Dla: exim-dev
Stare tematy: [exim-dev] [Bug 966] New: DKIM-related failures should not end up in the panic log
Temat: [exim-dev] [Bug 966] DKIM resource-limit logging could be more specific
https://bugs.exim.org/show_bug.cgi?id=966

--- Comment #3 from Git Commit <git@???> ---
Git commit:
https://git.exim.org/exim.git/commitdiff/c0ad8edfe5615780184f88bfc8fa306b76db6bbc

commit c0ad8edfe5615780184f88bfc8fa306b76db6bbc
Author:     Jeremy Harris <jgh146exb@???>
AuthorDate: Sun Feb 26 14:58:54 2017 +0000
Commit:     Jeremy Harris <jgh146exb@???>
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.