diff options
Diffstat (limited to 'sysdep')
-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 |