summaryrefslogtreecommitdiff
path: root/nest/proto.c
diff options
context:
space:
mode:
Diffstat (limited to 'nest/proto.c')
-rw-r--r--nest/proto.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nest/proto.c b/nest/proto.c
index 1e7f5560..3ba8ac5c 100644
--- a/nest/proto.c
+++ b/nest/proto.c
@@ -2434,7 +2434,7 @@ static void
proto_do_down(struct proto *p)
{
p->down_code = 0;
- neigh_prune();
+ neigh_prune(p);
/* Shutdown is finished in the protocol event */
if (proto_is_done(p))