diff options
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 a603c7f..7aff8b3 100644 --- a/nest/rt-table.c +++ b/nest/rt-table.c @@ -127,7 +127,7 @@ do_rte_announce(struct announce_hook *a, net *net, rte *new, rte *old, ea_list * } } if (new || old) - p->rt_notify(p, net, new, old); + p->rt_notify(p, net, new, old, tmpa); if (new && new != new0) /* Discard temporary rte's */ rte_free(new); if (old && old != old0) |