From: Jeremy Harris Date: Mon, 5 Nov 2018 18:51:16 +0000 (+0000) Subject: MacOS: fix build X-Git-Tag: exim-4.92-RC1~44 X-Git-Url: https://git.exim.org/exim.git/commitdiff_plain/068f180d1c1bc1349c5a786ea7af214b2b24dcc6 MacOS: fix build Broken-by: ee8b809061 --- diff --git a/src/src/ip.c b/src/src/ip.c index 22f459db9..2a6a24922 100644 --- 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)