mirror of
https://github.com/reactos/reactos.git
synced 2026-07-07 13:09:40 +08:00
- Fix a code typo resulting in calls to MiQueryResources to return early
svn path=/branches/aicom-network-fixes/; revision=35744
This commit is contained in:
@@ -165,7 +165,7 @@ static VOID STDCALL MiQueryResources(
|
||||
WrapperConfigurationContext,
|
||||
NULL,
|
||||
&BufferSize);
|
||||
if (*Status == NDIS_STATUS_SUCCESS)
|
||||
if (*Status != NDIS_STATUS_SUCCESS)
|
||||
return;
|
||||
|
||||
*Status = NdisAllocateMemory((PVOID)&AssignedResources,
|
||||
|
||||
Reference in New Issue
Block a user