diff options
Diffstat (limited to '')
-rw-r--r-- | src/main.c | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -462,10 +462,7 @@ main (int argc, char **argv) filter_destroy (); #endif /* FILTER_ENABLE */ - if (config.syslog) - closelog (); - else - close_log_file (); + shutdown_logging (); return EXIT_SUCCESS; } |