From 0e7bfb3fd39cc680bace0bd8c713b7d58c6e0a97 Mon Sep 17 00:00:00 2001 From: Alex Ionescu Date: Sun, 13 May 2007 19:11:13 +0000 Subject: [PATCH] - Fix crash at end of text-mode setup (by hacking cmlib not to write a log file anymore -- logs aren't critical and I'll see why exactly it couldn't write the log anymore later, and apply a proper fix). svn path=/trunk/; revision=26762 --- reactos/lib/cmlib/hivewrt.c | 1 + 1 file changed, 1 insertion(+) diff --git a/reactos/lib/cmlib/hivewrt.c b/reactos/lib/cmlib/hivewrt.c index 62fcfe75522..0add7de3388 100644 --- a/reactos/lib/cmlib/hivewrt.c +++ b/reactos/lib/cmlib/hivewrt.c @@ -22,6 +22,7 @@ HvpWriteLog( ULONG LastIndex; PVOID BlockPtr; BOOLEAN Success; + return TRUE; ASSERT(RegistryHive->ReadOnly == FALSE);