From c98d5ce810aaaa59f09ae3f078e26d999d77dcdd Mon Sep 17 00:00:00 2001 From: Quentin Young Date: Fri, 24 Aug 2018 18:21:17 +0000 Subject: [PATCH] bgpd: remove duplicate log_ref_add() Signed-off-by: Quentin Young --- bgpd/bgp_errors.c | 1 - 1 file changed, 1 deletion(-) diff --git a/bgpd/bgp_errors.c b/bgpd/bgp_errors.c index 16ff336e68..827927f1b9 100644 --- a/bgpd/bgp_errors.c +++ b/bgpd/bgp_errors.c @@ -470,7 +470,6 @@ static struct log_ref ferr_bgp_err[] = { void bgp_error_init(void) { - log_ref_add(ferr_bgp_warn); log_ref_add(ferr_bgp_err); log_ref_add(ferr_bgp_warn); } -- 2.39.5