From: David Lamparter Date: Thu, 24 Jan 2019 17:59:03 +0000 (+0100) Subject: lib: don't disable "log file" on "log syslog" X-Git-Tag: frr-7.0~24^2 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=b47d6f40921aa4e63a7685aa73b64edcda52fdec;p=matthieu%2Ffrr.git lib: don't disable "log file" on "log syslog" FRR log targets are independent, so "log syslog" must not disable "log file" output. Fixes: #3551 Fixes: 0204baa87630b210c71d9ae0e2569cff0fb0539b Signed-off-by: David Lamparter --- diff --git a/lib/command.c b/lib/command.c index d1dafa3a1a..7160924059 100644 --- a/lib/command.c +++ b/lib/command.c @@ -2571,8 +2571,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))