From 85cd2f9f9a43d0c536f445cc65b94a8d90bb4c97 Mon Sep 17 00:00:00 2001 From: Quentin Young Date: Fri, 3 Aug 2018 18:07:23 +0000 Subject: *: rename ferr_ref -> log_ref Signed-off-by: Quentin Young --- ripd/rip_errors.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ripd/rip_errors.c') diff --git a/ripd/rip_errors.c b/ripd/rip_errors.c index 133d808524..363b1b7fb5 100644 --- a/ripd/rip_errors.c +++ b/ripd/rip_errors.c @@ -23,7 +23,7 @@ #include "lib/ferr.h" #include "rip_errors.h" -static struct ferr_ref ferr_rip_err[] = { +static struct log_ref ferr_rip_err[] = { { .code = RIP_ERR_PACKET, .title = "RIP Packet Error", @@ -37,5 +37,5 @@ static struct ferr_ref ferr_rip_err[] = { void rip_error_init(void) { - ferr_ref_add(ferr_rip_err); + log_ref_add(ferr_rip_err); } -- cgit v1.2.3