mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 10:55:50 +00:00
- 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:
parent
41abdae9ca
commit
0e7bfb3fd3
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@ HvpWriteLog(
|
|||
ULONG LastIndex;
|
||||
PVOID BlockPtr;
|
||||
BOOLEAN Success;
|
||||
return TRUE;
|
||||
|
||||
ASSERT(RegistryHive->ReadOnly == FALSE);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue