From d5a32563df1653952937117133f09143929ff0c2 Mon Sep 17 00:00:00 2001 From: Maria Matejka Date: Sun, 12 Apr 2020 21:54:20 +0200 Subject: Preexport: No route modification, no linpool needed --- proto/babel/babel.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'proto/babel/babel.c') diff --git a/proto/babel/babel.c b/proto/babel/babel.c index 1e87212c..68cc62f1 100644 --- a/proto/babel/babel.c +++ b/proto/babel/babel.c @@ -2231,10 +2231,9 @@ babel_kick_timer(struct babel_proto *p) static int -babel_preexport(struct proto *P, struct rte **new, struct linpool *pool UNUSED) +babel_preexport(struct proto *P, struct rte *new) { - struct rta *a = (*new)->attrs; - + struct rta *a = new->attrs; /* Reject our own unreachable routes */ if ((a->dest == RTD_UNREACHABLE) && (a->src->proto == P)) return -1; -- cgit v1.2.3