git://git.exim.org
/
users
/
heiko
/
exim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0aca614
)
DKIM: rework error logging - compiler quietening. Bug 966
author
Jeremy Harris
<jgh146exb@wizmail.org>
Sun, 26 Feb 2017 14:58:54 +0000
(14:58 +0000)
committer
Jeremy Harris
<jgh146exb@wizmail.org>
Sun, 26 Feb 2017 15:03:15 +0000
(15:03 +0000)
src/src/transports/smtp.c
patch
|
blob
|
history
diff --git
a/src/src/transports/smtp.c
b/src/src/transports/smtp.c
index 90ec87b301c06558dd30a2b62e20f3b1a54f865b..c5908641effd43518cd865c31f1752a936659bce 100644
(file)
--- 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;
}