From: Jeremy Harris Date: Fri, 9 Oct 2020 22:01:14 +0000 (+0100) Subject: Unbreak no-TLS build X-Git-Tag: exim-4.95-RC0~218 X-Git-Url: https://git.exim.org/exim.git/commitdiff_plain/04c7af3d028fa168fb736ce0494436adb8e5940c Unbreak no-TLS build Broken-by: dc4ab0a186 --- diff --git a/src/src/daemon.c b/src/src/daemon.c index 899aa0dab..78a4d8ec2 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