mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
[RAMDISK] Explicit the relation type check
svn path=/trunk/; revision=65872
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user