]> 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>
Sun, 25 May 2025 19:01:49 +0000 (21:01 +0200)
commita4d4590b6cb8fb38ebd6876b2022ed2b8c3c7a1c
tree638eb1bafbc4dd8d9bb3836799ee178f09df9582
parent2ebf4936cf6e0f3147da89da8caf8739989dd9ac
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