mirror of
https://github.com/reactos/reactos.git
synced 2024-11-04 05:43:30 +00:00
Remove extra call to SETUP_CreateDevicesList
svn path=/trunk/; revision=23514
This commit is contained in:
parent
2d8c75910e
commit
8fb3dbf0ac
1 changed files with 0 additions and 2 deletions
|
@ -1201,8 +1201,6 @@ SetupDiGetClassDevsExW(
|
||||||
SetLastError(ERROR_INVALID_PARAMETER);
|
SetLastError(ERROR_INVALID_PARAMETER);
|
||||||
goto cleanup;
|
goto cleanup;
|
||||||
}
|
}
|
||||||
|
|
||||||
rc = SETUP_CreateDevicesList(list, MachineName, ClassGuid, Enumerator);
|
|
||||||
if (rc != ERROR_SUCCESS)
|
if (rc != ERROR_SUCCESS)
|
||||||
{
|
{
|
||||||
SetLastError(rc);
|
SetLastError(rc);
|
||||||
|
|
Loading…
Reference in a new issue