mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
Fixed the return value in KeRundownQueue if the queue is empty. This should fix bug 751.
svn path=/trunk/; revision=17622
This commit is contained in:
@@ -344,7 +344,7 @@ KeRundownQueue(IN PKQUEUE Queue)
|
||||
if (FirstEntry == &Queue->EntryListHead) {
|
||||
|
||||
/* It is, so don't return anything */
|
||||
EnumEntry = NULL;
|
||||
FirstEntry = NULL;
|
||||
|
||||
} else {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user