summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2019-12-08 13:13:24 +0000
committerJeremy Harris <jgh146exb@wizmail.org>2019-12-08 13:13:24 +0000
commit8cb1a4f75c3d1acaed66495ccbd7820694ee20b0 (patch)
tree893ea0f6836e283a46f777bcb52b478ac47f9fc8
parent73a10da9bbc6aadd03c3aff7a12307252e617a71 (diff)
Fix macOS build
Broken-by: 73a10da9bb
-rw-r--r--src/src/smtp_in.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/src/smtp_in.c b/src/src/smtp_in.c
index c2e234ab5..9a31247be 100644
--- a/src/src/smtp_in.c
+++ b/src/src/smtp_in.c
@@ -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