don't return FALSE when there is a DataSectionObject without reference as it breaks ole32 storage

needs further investigation

svn path=/trunk/; revision=39334
This commit is contained in:
Christoph von Wittich 2009-02-03 15:32:36 +00:00
parent acf1b854aa
commit 0c9b0cdd9d

View file

@ -4746,7 +4746,6 @@ MmCanFileBeTruncated (IN PSECTION_OBJECT_POINTERS SectionObjectPointer,
* how can we have a Section but no
* reference? */
DPRINT1("ERROR: DataSectionObject without reference!\n");
return FALSE;
}
}