jail: fix build after the previous commit
Noted by: Michael Butler <imb protected-networks.net>
This commit is contained in:
parent
f7496dcab0
commit
ee9b37ae5c
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user