jail: fix build after the previous commit

Noted by: Michael Butler <imb protected-networks.net>
This commit is contained in:
Mateusz Guzik 2021-02-21 19:57:21 +00:00
parent f7496dcab0
commit ee9b37ae5c

View File

@ -2671,7 +2671,7 @@ prison_free_not_last(struct prison *pr)
("prison_free_not_last freed last ref on prison %p (jid=%d).",
pr, pr->pr_id));
#else
refcount_release(&pr>pr_ref);
refcount_release(&pr->pr_ref);
#endif
}