X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/ae8f9024d8d4fad31457d758022e3186d782929c..9fa3eec7bb2e6a14a0b62dbc713c0ba5b2b5cd34:/src/src/globals.c diff --git a/src/src/globals.c b/src/src/globals.c index cdf00e810..fdeaebd64 100644 --- a/src/src/globals.c +++ b/src/src/globals.c @@ -1519,7 +1519,7 @@ gid_t system_filter_gid = 0; uid_t system_filter_uid = (uid_t)-1; blob tcp_fastopen_nodata = { .data = NULL, .len = 0 }; -int tcp_out_fastopen = 0; +tfo_state_t tcp_out_fastopen = TFO_NOT_USED; #ifdef USE_TCP_WRAPPERS uschar *tcp_wrappers_daemon_name = US TCP_WRAPPERS_DAEMON_NAME; #endif