mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 06:26:35 +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:
parent
e03a9212c0
commit
2c26076f3c
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@ CmpQueryKeyName(IN PVOID ObjectBody,
|
|||
IN KPROCESSOR_MODE PreviousMode)
|
||||
{
|
||||
DPRINT1("CmpQueryKeyName() called\n");
|
||||
while (TRUE);
|
||||
ASSERT(FALSE);
|
||||
return STATUS_SUCCESS;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue