diff options
Diffstat (limited to 'src/log.c')
-rw-r--r-- | src/log.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -322,7 +322,9 @@ void close_log_files(void) if (stdout_mode) return; +#ifdef HAVE_SYSLOG if (out_filename == NULL) closelog(); +#endif } |