diff --git a/reactos/ntoskrnl/io/pnpmgr/pnpmgr.c b/reactos/ntoskrnl/io/pnpmgr/pnpmgr.c index 9d2cbaa6194..a82ca630082 100644 --- a/reactos/ntoskrnl/io/pnpmgr/pnpmgr.c +++ b/reactos/ntoskrnl/io/pnpmgr/pnpmgr.c @@ -747,7 +747,7 @@ IopSetDeviceInstanceData(HANDLE InstanceKey, &KeyName, 0, REG_RESOURCE_LIST, - &DeviceNode->BootResources, + DeviceNode->BootResources, ListSize); } }