diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2020-10-09 23:01:14 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2020-10-09 23:01:14 +0100 |
commit | 04c7af3d028fa168fb736ce0494436adb8e5940c (patch) | |
tree | 14031c98c143781e350ce13933c544a5a6f258fa | |
parent | dc4ab0a186edc8b270c8fa486104fabc567d25e7 (diff) |
Unbreak no-TLS build
Broken-by: dc4ab0a186
-rw-r--r-- | src/src/daemon.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |