diff options
author | Martin Mares <mj@ucw.cz> | 2000-03-04 23:21:06 +0100 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 2000-03-04 23:21:06 +0100 |
commit | b9626ec6eaf299b889f52d017d025f356b43371a (patch) | |
tree | 463fd070f588caad2f8b68b31224932e0d72b7de /sysdep/unix/krt.c | |
parent | 16c07e3d519b87a2166a513dd4edd8dab3bc3d19 (diff) | |
download | bird-b9626ec6eaf299b889f52d017d025f356b43371a.tar bird-b9626ec6eaf299b889f52d017d025f356b43371a.zip |
Garbage collector events and counters are now per table and one day
they can be made configurable if it turns out to be useful.
Diffstat (limited to 'sysdep/unix/krt.c')
-rw-r--r-- | sysdep/unix/krt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdep/unix/krt.c b/sysdep/unix/krt.c index 55986f0..440ca36 100644 --- a/sysdep/unix/krt.c +++ b/sysdep/unix/krt.c @@ -385,7 +385,7 @@ static void krt_learn_init(struct krt_proto *p) { if (KRT_CF->learn) - rt_setup(p->p.pool, &p->krt_table, "Inherited"); + rt_setup(p->p.pool, &p->krt_table, "Inherited", NULL); } static void |