]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Ouch, how could I write this?
authorMartin Mares <mj@ucw.cz>
Tue, 3 Aug 1999 19:38:48 +0000 (19:38 +0000)
committerMartin Mares <mj@ucw.cz>
Tue, 3 Aug 1999 19:38:48 +0000 (19:38 +0000)
nest/rt-table.c

index 7207160c7661e1996a5171775552059a3d6656f4..0f423f8bbd8d2e922f5e97d10dd173b17e4b8c41 100644 (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);
 }