summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bgpd/bgp_errors.c1
1 files changed, 0 insertions, 1 deletions
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);
}