- 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
This commit is contained in:
Alex Ionescu 2007-05-13 19:11:13 +00:00
parent 41abdae9ca
commit 0e7bfb3fd3

View file

@ -22,6 +22,7 @@ HvpWriteLog(
ULONG LastIndex;
PVOID BlockPtr;
BOOLEAN Success;
return TRUE;
ASSERT(RegistryHive->ReadOnly == FALSE);