]> git.ipfire.org Git - thirdparty/bird.git/commit
Unix: Fix bug in syslog name handling
authorOndrej Zajicek (work) <santiago@crfreenet.org>
Thu, 11 Feb 2016 20:53:55 +0000 (21:53 +0100)
committerOndrej Zajicek (work) <santiago@crfreenet.org>
Thu, 11 Feb 2016 20:53:55 +0000 (21:53 +0100)
commitc2106b674ca632f7c0bffd7cab4b1940f74d353c
tree708b86d8fd073031d55315782e4a10cfe0f9ba71
parent487c6961cb29046dbe9560262e3e742e38691b83
Unix: Fix bug in syslog name handling

Pointer to current_log_name has to be changed even if the name is the
same, because the old one will be invalid/freed after reconfiguration.
sysdep/unix/log.c