mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-17 16:10:46 +01:00
An inconsequential #ifdef Bruce forgot.
This commit is contained in:
parent
8d6e8ede62
commit
22529dad0f
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=5115
@ -612,7 +612,9 @@ vnclear(struct vn_softc *vn)
|
||||
vn->sc_vp = (struct vnode *)0;
|
||||
vn->sc_cred = (struct ucred *)0;
|
||||
vn->sc_size = 0;
|
||||
#ifdef TEST_LABELLING
|
||||
vn->sc_slices = NULL; /* XXX temportary; leaks memory, maybe worse */
|
||||
#endif
|
||||
}
|
||||
|
||||
size_t
|
||||
|
Loading…
Reference in New Issue
Block a user