diff options
Diffstat (limited to 'nest/proto.c')
-rw-r--r-- | nest/proto.c | 2 |
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; |