projects
/
exim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
73a10da
)
Fix macOS build
author
Jeremy Harris
<jgh146exb@wizmail.org>
Sun, 8 Dec 2019 13:13:24 +0000
(13:13 +0000)
committer
Jeremy Harris
<jgh146exb@wizmail.org>
Sun, 8 Dec 2019 13:13:24 +0000
(13:13 +0000)
Broken-by: 73a10da9bb
src/src/smtp_in.c
patch
|
blob
|
blame
|
history
diff --git
a/src/src/smtp_in.c
b/src/src/smtp_in.c
index c2e234ab552a449939b327523822653a4ad7f91f..9a31247be19743501bb12779a9176ac77dd4c591 100644
(file)
--- a/
src/src/smtp_in.c
+++ b/
src/src/smtp_in.c
@@
-2431,9
+2431,9
@@
if (getsockopt(fileno(smtp_out), IPPROTO_TCP, TCP_INFO, &tinfo, &len) == 0)
f.tcp_in_fastopen = TRUE;
}
# endif
-# endif
else DEBUG(D_receive)
debug_printf("TCP_INFO getsockopt: %s\n", strerror(errno));
+# endif
}
#endif