mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
[RAMDISK] Explicit the relation type check
svn path=/trunk/; revision=65872
This commit is contained in:
parent
c45cee00e3
commit
9cf08cfa62
1 changed files with 1 additions and 1 deletions
|
@ -1734,7 +1734,7 @@ RamdiskQueryDeviceRelations(IN DEVICE_RELATION_TYPE Type,
|
|||
//
|
||||
// Anything but bus relations, we don't handle
|
||||
//
|
||||
if (Type) goto PassToNext;
|
||||
if (Type != BusRelations) goto PassToNext;
|
||||
|
||||
//
|
||||
// Acquire the disk list lock
|
||||
|
|
Loading…
Reference in a new issue