mirror of
https://gitlab.labs.nic.cz/labs/bird.git
synced 2024-05-11 16:54:54 +00:00
RPKI: Fix reconfiguration when ssh parameters are undefined
This commit is contained in:
@@ -387,8 +387,7 @@ log_switch(int initial, list *logs, char *new_syslog_name)
|
||||
current_log_list = logs;
|
||||
|
||||
#ifdef HAVE_SYSLOG_H
|
||||
if (current_syslog_name && new_syslog_name &&
|
||||
!strcmp(current_syslog_name, new_syslog_name))
|
||||
if (!bstrcmp(current_syslog_name, new_syslog_name))
|
||||
return;
|
||||
|
||||
if (current_syslog_name)
|
||||
|
Reference in New Issue
Block a user