diff options
Diffstat (limited to 'ripd/rip_errors.c')
-rw-r--r-- | ripd/rip_errors.c | 2 |
1 files changed, 0 insertions, 2 deletions
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); } |