mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 19:26:16 +00:00
- Change while (true) to an ASSERT(FALSE).
See issue #3616 for more details. svn path=/trunk/; revision=35286
This commit is contained in:
@@ -120,7 +120,7 @@ CmpQueryKeyName(IN PVOID ObjectBody,
|
||||
IN KPROCESSOR_MODE PreviousMode)
|
||||
{
|
||||
DPRINT1("CmpQueryKeyName() called\n");
|
||||
while (TRUE);
|
||||
ASSERT(FALSE);
|
||||
return STATUS_SUCCESS;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user