diff options
author | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2015-12-29 15:34:48 +0100 |
---|---|---|
committer | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2015-12-29 15:42:12 +0100 |
commit | 74c838a87000ca800e8b3f265340c1317989a04a (patch) | |
tree | 28070bc0efd51ff30b664b52dd10c7b06b57e4ff /nest/rt-fib.c | |
parent | 9a70c8d6c38155d8abb6d814563b9eefc134e901 (diff) |
Move ID allocator to a separate file and use it also in OSPF
Diffstat (limited to 'nest/rt-fib.c')
-rw-r--r-- | nest/rt-fib.c | 1 |
1 files changed, 0 insertions, 1 deletions
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); |