Fix macOS build
authorJeremy Harris <jgh146exb@wizmail.org>
Sun, 8 Dec 2019 13:13:24 +0000 (13:13 +0000)
committerJeremy Harris <jgh146exb@wizmail.org>
Sun, 8 Dec 2019 13:13:24 +0000 (13:13 +0000)
Broken-by: 73a10da9bb
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