summaryrefslogtreecommitdiffstats
path: root/babeld
diff options
context:
space:
mode:
authorQuentin Young <qlyoung@cumulusnetworks.com>2018-06-20 20:48:35 +0200
committerQuentin Young <qlyoung@cumulusnetworks.com>2018-08-14 22:02:05 +0200
commit5ad4c39ce4c465bbedf56102ff8a25fe23ef6d7d (patch)
tree75321d083c8480602f0bbb4883ef6d2041e5f281 /babeld
parent*: fix source file headers & includes for errcodes (diff)
downloadfrr-5ad4c39ce4c465bbedf56102ff8a25fe23ef6d7d.tar.xz
frr-5ad4c39ce4c465bbedf56102ff8a25fe23ef6d7d.zip
*: 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 'babeld')
-rw-r--r--babeld/babel_errors.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/babeld/babel_errors.c b/babeld/babel_errors.c
index ffcc3867f..ec0ff5192 100644
--- a/babeld/babel_errors.c
+++ b/babeld/babel_errors.c
@@ -57,7 +57,5 @@ static struct ferr_ref ferr_babel_err[] = {
void babel_error_init(void)
{
- ferr_ref_init();
-
ferr_ref_add(ferr_babel_err);
}