diff options
-rw-r--r-- | nest/rt-table.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nest/rt-table.c b/nest/rt-table.c index 7207160..0f423f8 100644 --- a/nest/rt-table.c +++ b/nest/rt-table.c @@ -43,7 +43,7 @@ void rt_setup(pool *p, rtable *t, char *name) { bzero(t, sizeof(*t)); - fib_init(&t->fib, p, sizeof(rte), 0, rte_init); + fib_init(&t->fib, p, sizeof(net), 0, rte_init); t->name = name; init_list(&t->hooks); } |