mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 01:39:30 +00:00
Fill output variable before returning
svn path=/trunk/; revision=32192
This commit is contained in:
parent
9bed8e1811
commit
deb657fdaa
1 changed files with 1 additions and 0 deletions
|
@ -1270,6 +1270,7 @@ IopAssignDeviceResources(
|
|||
{
|
||||
/* No resource needed for this device */
|
||||
DeviceNode->ResourceList = NULL;
|
||||
*pRequiredSize = 0;
|
||||
return STATUS_SUCCESS;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue