[exim-cvs] MacOS: fix build

Top Page
Delete this message
Reply to this message
Author: Exim Git Commits Mailing List
Date:  
To: exim-cvs
Subject: [exim-cvs] MacOS: fix build
Gitweb: https://git.exim.org/exim.git/commitdiff/068f180d1c1bc1349c5a786ea7af214b2b24dcc6
Commit:     068f180d1c1bc1349c5a786ea7af214b2b24dcc6
Parent:     7aea90739de0e2808109321c6733451e8cb5cfcb
Author:     Jeremy Harris <jgh146exb@???>
AuthorDate: Mon Nov 5 18:51:16 2018 +0000
Committer:  Jeremy Harris <jgh146exb@???>
CommitDate: Mon Nov 5 18:51:16 2018 +0000


    MacOS: fix build


    Broken-by: ee8b809061
---
 src/src/ip.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


diff --git a/src/src/ip.c b/src/src/ip.c
index 22f459d..2a6a249 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)