mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-15 22:30:43 +00:00
Merge pull request #3668 from opensourcerouting/fix-file-and-syslog
[master] fix "log file" + "log syslog"
This commit is contained in:
commit
761d8b29dd
@ -2515,8 +2515,6 @@ DEFUN (config_log_syslog,
|
|||||||
{
|
{
|
||||||
int idx_log_levels = 2;
|
int idx_log_levels = 2;
|
||||||
|
|
||||||
disable_log_file();
|
|
||||||
|
|
||||||
if (argc == 3) {
|
if (argc == 3) {
|
||||||
int level;
|
int level;
|
||||||
if ((level = level_match(argv[idx_log_levels]->arg))
|
if ((level = level_match(argv[idx_log_levels]->arg))
|
||||||
|
Loading…
Reference in New Issue
Block a user