From d7975d261f8a30efcdbd9fad6ba47419a6ac6c39 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Tue, 3 Aug 1999 19:38:48 +0000 Subject: Ouch, how could I write this? --- nest/rt-table.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- cgit v1.2.3