Don't fail, when no userland add-on could be found for partition. We

won't be able to edit the partition in any way, but we shouldn't cause
the whole BDiskDevice::PrepareModifications() to fail. Should fix bug
#2470 -- haven't tested this, though.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26397 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold
2008-07-12 22:28:04 +00:00
parent 4db0488ead
commit 3be7d0090c
@@ -71,7 +71,7 @@ BPartition::Delegate::InitAfterHierarchy()
if (!addOn) {
TRACE("BPartition::Delegate::InitAfterHierarchy(): add-on for disk "
"system \"%s\" not found\n", fMutablePartition.ContentType());
return B_ENTRY_NOT_FOUND;
return B_OK;
}
BPartitionHandle* handle;