summaryrefslogtreecommitdiffstats
path: root/nest/rt-fib.c
diff options
context:
space:
mode:
Diffstat (limited to 'nest/rt-fib.c')
-rw-r--r--nest/rt-fib.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/nest/rt-fib.c b/nest/rt-fib.c
index a6b5d57..1522906 100644
--- a/nest/rt-fib.c
+++ b/nest/rt-fib.c
@@ -112,7 +112,6 @@ fib_get(struct fib *f, ip_addr *a, int len)
e = sl_alloc(f->fib_slab);
e->prefix = *a;
e->pxlen = len;
- e->flags = 0;
e->next = *ee;
*ee = e;
f->init(e);