From 74c838a87000ca800e8b3f265340c1317989a04a Mon Sep 17 00:00:00 2001 From: "Ondrej Zajicek (work)" Date: Tue, 29 Dec 2015 15:34:48 +0100 Subject: Move ID allocator to a separate file and use it also in OSPF --- nest/rt-fib.c | 1 - 1 file changed, 1 deletion(-) (limited to 'nest/rt-fib.c') diff --git a/nest/rt-fib.c b/nest/rt-fib.c index c83ae171..a47ece08 100644 --- a/nest/rt-fib.c +++ b/nest/rt-fib.c @@ -253,7 +253,6 @@ fib_get(struct fib *f, const net_addr *a) struct fib_node *e = fib_user_to_node(f, b); e->readers = NULL; e->flags = 0; - e->uid = 0; fib_insert(f, a, e); memset(b, 0, f->node_offset); -- cgit v1.2.3