projects
/
exim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7aea907
)
MacOS: fix build
author
Jeremy Harris
<jgh146exb@wizmail.org>
Mon, 5 Nov 2018 18:51:16 +0000
(18:51 +0000)
committer
Jeremy Harris
<jgh146exb@wizmail.org>
Mon, 5 Nov 2018 18:51:16 +0000
(18:51 +0000)
Broken-by: ee8b809061
src/src/ip.c
patch
|
blob
|
blame
|
history
diff --git
a/src/src/ip.c
b/src/src/ip.c
index 22f459db9991078bfb9b207d12519efca2c55334..2a6a2492296f08401c47ba411fd9e7b3a4cc1a8b 100644
(file)
--- a/
src/src/ip.c
+++ b/
src/src/ip.c
@@
-308,7
+308,7
@@
if (fastopen_blob && f.tcp_fastopen_ok)
DEBUG(D_transport|D_v)
debug_printf("TFO mode connection attempt to %s, %lu data\n",
address, (unsigned long)fastopen_blob->len);
- tcp_out_fastopen = fastopen_blob->len > 0 ? TFO_
USED : TFO_ATTEMPTED
;
+ tcp_out_fastopen = fastopen_blob->len > 0 ? TFO_
ATTEMPTED_DATA : TFO_ATTEMPTED_NODATA
;
if (len != fastopen_blob->len)
DEBUG(D_transport|D_v)