From 0c9b0cdd9d1a9da2ceee7a12184117900935551a Mon Sep 17 00:00:00 2001 From: Christoph von Wittich Date: Tue, 3 Feb 2009 15:32:36 +0000 Subject: [PATCH] don't return FALSE when there is a DataSectionObject without reference as it breaks ole32 storage needs further investigation svn path=/trunk/; revision=39334 --- reactos/ntoskrnl/mm/section.c | 1 - 1 file changed, 1 deletion(-) diff --git a/reactos/ntoskrnl/mm/section.c b/reactos/ntoskrnl/mm/section.c index 916ba9b649c..7d1d8813255 100644 --- a/reactos/ntoskrnl/mm/section.c +++ b/reactos/ntoskrnl/mm/section.c @@ -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; } }