X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/e924c08b7d031b712013a7a897e2d430b302fe6c..1ccd5f670a432f98e94b384dd169a1a760dced9a:/src/src/globals.c diff --git a/src/src/globals.c b/src/src/globals.c index 57041fc4e..2a53835e9 100644 --- a/src/src/globals.c +++ b/src/src/globals.c @@ -1421,7 +1421,7 @@ blob tcp_fastopen_nodata = { .data = NULL, .len = 0 }; BOOL tcp_in_fastopen = FALSE; BOOL tcp_in_fastopen_logged = FALSE; BOOL tcp_nodelay = TRUE; -BOOL tcp_out_fastopen = FALSE; +int tcp_out_fastopen = 0; BOOL tcp_out_fastopen_logged= FALSE; #ifdef USE_TCP_WRAPPERS uschar *tcp_wrappers_daemon_name = US TCP_WRAPPERS_DAEMON_NAME;