mirror of
https://review.haiku-os.org/haiku
synced 2025-02-01 11:15:59 +01:00
The default for deleteWhenUnreferenced changed between the Referencable of the
old userlandfs and the BReferenceable now in use by netfs. So better explicitly set that to avoid nasty surprises (like crashes left and right). git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35152 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
df6a690eae
commit
5ec7bd49cb
@ -5,7 +5,7 @@
|
||||
// constructor
|
||||
FSObject::FSObject()
|
||||
:
|
||||
BReferenceable(),
|
||||
BReferenceable(false),
|
||||
fRemoved(false)
|
||||
{
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user