[ros-diffs] [cwittich] 39334: don't return FALSE when there is a DataSectionObject without reference as it breaks ole32 storage needs further investigation

cwittich at svn.reactos.org cwittich at svn.reactos.org
Tue Feb 3 16:32:37 CET 2009


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=39334&r1=39333&r2=39334&view=diff
==============================================================================
--- 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;
       }
    }
 



More information about the Ros-diffs mailing list