]> git.ipfire.org Git - thirdparty/chrony.git/commit
logging: don't close stderr in finalization
authorMiroslav Lichvar <mlichvar@redhat.com>
Wed, 11 Jun 2025 07:03:48 +0000 (09:03 +0200)
committerMiroslav Lichvar <mlichvar@redhat.com>
Wed, 11 Jun 2025 07:22:32 +0000 (09:22 +0200)
commitdf98fb4fc79d33a788b51cc0762917f42e9a768f
tree5d2b3e40489e51d751386088101e559a9fc62eaf
parent551bc266e40bc8611a393b294944b39fca42fad5
logging: don't close stderr in finalization

When logging to stderr, don't close it in finalization in case something
else still wanted to write to it. Leave it as it is together with stdin
and stdout.
logging.c