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:
@@ -5,7 +5,7 @@
|
||||
// constructor
|
||||
FSObject::FSObject()
|
||||
:
|
||||
BReferenceable(),
|
||||
BReferenceable(false),
|
||||
fRemoved(false)
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user