From: Martin Mares Date: Tue, 3 Aug 1999 19:38:48 +0000 (+0000) Subject: Ouch, how could I write this? X-Git-Tag: v1.2.0~1520 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d7975d261f8a30efcdbd9fad6ba47419a6ac6c39;p=thirdparty%2Fbird.git Ouch, how could I write this? --- diff --git a/nest/rt-table.c b/nest/rt-table.c index 7207160c7..0f423f8bb 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); }