[exim-cvs] Unbreak no-TLS build

Startseite
Nachricht löschen
Nachricht beantworten
Autor: Exim Git Commits Mailing List
Datum:  
To: exim-cvs
Betreff: [exim-cvs] Unbreak no-TLS build
Gitweb: https://git.exim.org/exim.git/commitdiff/04c7af3d028fa168fb736ce0494436adb8e5940c
Commit:     04c7af3d028fa168fb736ce0494436adb8e5940c
Parent:     dc4ab0a186edc8b270c8fa486104fabc567d25e7
Author:     Jeremy Harris <jgh146exb@???>
AuthorDate: Fri Oct 9 23:01:14 2020 +0100
Committer:  Jeremy Harris <jgh146exb@???>
CommitDate: Fri Oct 9 23:01:14 2020 +0100


    Unbreak no-TLS build


    Broken-by: dc4ab0a186
---
 src/src/daemon.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


diff --git a/src/src/daemon.c b/src/src/daemon.c
index 899aa0d..78a4d8e 100644
--- a/src/src/daemon.c
+++ b/src/src/daemon.c
@@ -963,7 +963,7 @@ daemon_die(void)
{
int pid;

-#if defined(EXIM_HAVE_INOTIFY) || defined(EXIM_HAVE_KEVENT)
+#if !defined(DISABLE_TLS) && (defined(EXIM_HAVE_INOTIFY) || defined(EXIM_HAVE_KEVENT))
tls_watch_invalidate();
#endif