mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 19:35:44 +00:00
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:
parent
acf1b854aa
commit
0c9b0cdd9d
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue