summaryrefslogtreecommitdiff
path: root/zebra/zebra_errors.h
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 /zebra/zebra_errors.h
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 'zebra/zebra_errors.h')
-rw-r--r--zebra/zebra_errors.h2
1 files changed, 1 insertions, 1 deletions
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,