X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fsrc%2Fsmtp_out.c;h=62d4c7333bb26bd6f4ae9543605cf93ea5d50c54;hb=ffbc20ed9c9ed09a68ff0a608f623c3c83d521a8;hp=6fd0bf72909d3a659d543d6f4d2016a739f04799;hpb=251b9eb4698f569864c35127ddb7c309b92ccecb;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/src/src/smtp_out.c b/src/src/smtp_out.c index 6fd0bf729..62d4c7333 100644 --- a/src/src/smtp_out.c +++ b/src/src/smtp_out.c @@ -264,7 +264,7 @@ requested some early-data then include that in the TFO request. */ else { #ifdef TCP_FASTOPEN - if (verify_check_given_host(&ob->hosts_try_fastopen, host) == OK) + if (verify_check_given_host(CUSS &ob->hosts_try_fastopen, host) == OK) fastopen_blob = early_data ? early_data : &tcp_fastopen_nodata; #endif