From 5ad4c39ce4c465bbedf56102ff8a25fe23ef6d7d Mon Sep 17 00:00:00 2001 From: Quentin Young Date: Wed, 20 Jun 2018 18:48:35 +0000 Subject: *: stop double initialization of ferr * Stop double init of ferr * Fixup bugs in zebra ferr * Add missing init in ospfd Signed-off-by: Quentin Young --- ripd/rip_errors.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'ripd') diff --git a/ripd/rip_errors.c b/ripd/rip_errors.c index 4a2a2bd5a..133d80852 100644 --- a/ripd/rip_errors.c +++ b/ripd/rip_errors.c @@ -37,7 +37,5 @@ static struct ferr_ref ferr_rip_err[] = { void rip_error_init(void) { - ferr_ref_init(); - ferr_ref_add(ferr_rip_err); } -- cgit v1.2.3