summaryrefslogtreecommitdiff
path: root/ospfd/ospf_errors.c
diff options
context:
space:
mode:
authorQuentin Young <qlyoung@cumulusnetworks.com>2018-06-20 18:48:35 +0000
committerQuentin Young <qlyoung@cumulusnetworks.com>2018-08-14 20:02:05 +0000
commit5ad4c39ce4c465bbedf56102ff8a25fe23ef6d7d (patch)
tree75321d083c8480602f0bbb4883ef6d2041e5f281 /ospfd/ospf_errors.c
parent247dcce2b5676abbd0109bdc2d74c36dff73609c (diff)
*: 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 <qlyoung@cumulusnetworks.com>
Diffstat (limited to 'ospfd/ospf_errors.c')
-rw-r--r--ospfd/ospf_errors.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/ospfd/ospf_errors.c b/ospfd/ospf_errors.c
index f4ae731a9b..244aa26953 100644
--- a/ospfd/ospf_errors.c
+++ b/ospfd/ospf_errors.c
@@ -80,7 +80,5 @@ static struct ferr_ref ferr_ospf_err[] = {
void ospf_error_init(void)
{
- ferr_ref_init();
-
ferr_ref_add(ferr_ospf_err);
}