Author: cwittich
Date: Tue Feb 3 09:32:36 2009
New Revision: 39334
URL: http://svn.reactos.org/svn/reactos?rev=39334&view=rev
Log:
don't return FALSE when there is a DataSectionObject without reference as it breaks ole32 storage
needs further investigation
Modified:
trunk/reactos/ntoskrnl/mm/section.c
Modified: trunk/reactos/ntoskrnl/mm/section.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/ntoskrnl/mm/section.c?rev=…
==============================================================================
--- trunk/reactos/ntoskrnl/mm/section.c [iso-8859-1] (original)
+++ trunk/reactos/ntoskrnl/mm/section.c [iso-8859-1] Tue Feb 3 09:32:36 2009
@@ -4746,7 +4746,6 @@
* how can we have a Section but no
* reference? */
DPRINT1("ERROR: DataSectionObject without reference!\n");
- return FALSE;
}
}