diff options
author | Martin Mares <mj@ucw.cz> | 1999-08-03 21:38:48 +0200 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 1999-08-03 21:38:48 +0200 |
commit | d7975d261f8a30efcdbd9fad6ba47419a6ac6c39 (patch) | |
tree | 79844794558ad9e193d3106c3b7594d31ba6bb7d /nest/rt-table.c | |
parent | 4532a89e31734a457d4debe56df713d66e31cdd6 (diff) | |
download | bird-d7975d261f8a30efcdbd9fad6ba47419a6ac6c39.tar bird-d7975d261f8a30efcdbd9fad6ba47419a6ac6c39.zip |
Ouch, how could I write this?
Diffstat (limited to 'nest/rt-table.c')
-rw-r--r-- | nest/rt-table.c | 2 |
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); } |