summaryrefslogtreecommitdiffstats
path: root/nest
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>1999-08-03 21:38:48 +0200
committerMartin Mares <mj@ucw.cz>1999-08-03 21:38:48 +0200
commitd7975d261f8a30efcdbd9fad6ba47419a6ac6c39 (patch)
tree79844794558ad9e193d3106c3b7594d31ba6bb7d /nest
parent4532a89e31734a457d4debe56df713d66e31cdd6 (diff)
downloadbird-d7975d261f8a30efcdbd9fad6ba47419a6ac6c39.tar
bird-d7975d261f8a30efcdbd9fad6ba47419a6ac6c39.zip
Ouch, how could I write this?
Diffstat (limited to 'nest')
-rw-r--r--nest/rt-table.c2
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);
}