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 --- zebra/zebra_errors.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'zebra/zebra_errors.h') diff --git a/zebra/zebra_errors.h b/zebra/zebra_errors.h index 66771a33d6..f5f4894ece 100644 --- a/zebra/zebra_errors.h +++ b/zebra/zebra_errors.h @@ -24,7 +24,7 @@ #include "lib/ferr.h" enum zebra_ferr_refs { - ZEBRA_ERR_LM_RESPONSE, + ZEBRA_ERR_LM_RESPONSE = ZEBRA_FERR_START, ZEBRA_ERR_LM_NO_SUCH_CLIENT, ZEBRA_ERR_LM_RELAY_FAILED, ZEBRA_ERR_LM_NO_SOCKET, -- cgit v1.2.3