Fix macOS build
[exim.git] / src / src / smtp_in.c
index c2e234ab552a449939b327523822653a4ad7f91f..9a31247be19743501bb12779a9176ac77dd4c591 100644 (file)
@@ -2431,9 +2431,9 @@ if (getsockopt(fileno(smtp_out), IPPROTO_TCP, TCP_INFO, &tinfo, &len) == 0)
     f.tcp_in_fastopen = TRUE;
     }
 #  endif
-# endif
 else DEBUG(D_receive)
   debug_printf("TCP_INFO getsockopt: %s\n", strerror(errno));
+# endif
 }
 #endif