]> git.ipfire.org Git - thirdparty/bird.git/commit
Logs: Reset found_old flags in struct log_config
authorKaterina Kubecova <katerina.kubecova@nic.cz>
Mon, 12 May 2025 14:43:36 +0000 (16:43 +0200)
committerMaria Matejka <mq@ucw.cz>
Thu, 22 May 2025 07:35:11 +0000 (09:35 +0200)
commitd87bad92b56aaf025954537292b6c622c69dff3b
tree23e9883dc1921ab054fdd062a8ef446afc97db3b
parentb4c4ac28b171e3df28fcbd65d92061519c2bd7fe
Logs: Reset found_old flags in struct log_config

When recycling an existing configuration (configure undo), the found_old
flags were already set. Due to this oversight, log files failed to
reopen on configure undo.

This fixes #188.
sysdep/unix/log.c