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:
Michael Lotz 2010-01-19 02:41:06 +00:00
parent df6a690eae
commit 5ec7bd49cb

View File

@ -5,7 +5,7 @@
// constructor
FSObject::FSObject()
:
BReferenceable(),
BReferenceable(false),
fRemoved(false)
{
}