From 4f1a6d27b9a44f61329bc7b6779a0c645362e181 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Mon, 17 May 1999 20:16:53 +0000 Subject: Kill remaining master_table relics in KRT code. Make all protocols pass routing table to rte_update and rte_discard. --- sysdep/linux/krt-scan.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysdep/linux/krt-scan.c') diff --git a/sysdep/linux/krt-scan.c b/sysdep/linux/krt-scan.c index 7ee80f2..05a6233 100644 --- a/sysdep/linux/krt-scan.c +++ b/sysdep/linux/krt-scan.c @@ -86,7 +86,7 @@ krt_parse_entry(byte *ent, struct krt_proto *p) return; } - net = net_get(&master_table, dest, masklen); + net = net_get(p->p.table, dest, masklen); a.proto = &p->p; a.source = RTS_INHERIT; -- cgit v1.2.3