Merge pull request #3668 from opensourcerouting/fix-file-and-syslog

[master] fix "log file" + "log syslog"
This commit is contained in:
Quentin Young 2019-01-24 17:10:07 -05:00 committed by GitHub
commit 761d8b29dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2515,8 +2515,6 @@ DEFUN (config_log_syslog,
{
int idx_log_levels = 2;
disable_log_file();
if (argc == 3) {
int level;
if ((level = level_match(argv[idx_log_levels]->arg))