[exim-cvs] Fix macOS build

Startseite
Nachricht löschen
Nachricht beantworten
Autor: Exim Git Commits Mailing List
Datum:  
To: exim-cvs
Betreff: [exim-cvs] Fix macOS build
Gitweb: https://git.exim.org/exim.git/commitdiff/8cb1a4f75c3d1acaed66495ccbd7820694ee20b0
Commit:     8cb1a4f75c3d1acaed66495ccbd7820694ee20b0
Parent:     73a10da9bbc6aadd03c3aff7a12307252e617a71
Author:     Jeremy Harris <jgh146exb@???>
AuthorDate: Sun Dec 8 13:13:24 2019 +0000
Committer:  Jeremy Harris <jgh146exb@???>
CommitDate: Sun Dec 8 13:13:24 2019 +0000


    Fix macOS build


    Broken-by: 73a10da9bb
---
 src/src/smtp_in.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


diff --git a/src/src/smtp_in.c b/src/src/smtp_in.c
index c2e234a..9a31247 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