Ouch, how could I write this?

This commit is contained in:
Martin Mares 1999-08-03 19:38:48 +00:00
parent 4532a89e31
commit d7975d261f

View file

@ -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);
}