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 0ca72ead..2614943c 100644
--- a/nest/proto.c
+++ b/nest/proto.c
@@ -1877,7 +1877,7 @@ static void
proto_do_down(struct proto *p)
{
p->down_code = 0;
- neigh_prune();
+ neigh_prune(p);
rfree(p->pool);
p->pool = NULL;