diff options
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 a6b5d57d..1522906e 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); |