Constification
[exim.git] / src / src / smtp_out.c
index 6fd0bf72909d3a659d543d6f4d2016a739f04799..62d4c7333bb26bd6f4ae9543605cf93ea5d50c54 100644 (file)
@@ -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