]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
server: Close logfile later on SIGHUP.
authorAndre Noll <maan@tuebingen.mpg.de>
Sun, 31 Dec 2017 19:27:57 +0000 (20:27 +0100)
committerAndre Noll <maan@tuebingen.mpg.de>
Sun, 11 Feb 2018 10:28:17 +0000 (11:28 +0100)
The call to daemon_open_log_or_die() will close the log file just
before it is reopened. This is better because that way any errors
which occur in between won't get lost.


No differences found