summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>1999-08-03 19:38:48 +0000
committerMartin Mares <mj@ucw.cz>1999-08-03 19:38:48 +0000
commitd7975d261f8a30efcdbd9fad6ba47419a6ac6c39 (patch)
tree79844794558ad9e193d3106c3b7594d31ba6bb7d
parent4532a89e31734a457d4debe56df713d66e31cdd6 (diff)
Ouch, how could I write this?
-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 7207160c..0f423f8b 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);
}