mirror of
https://github.com/reactos/reactos.git
synced 2026-06-03 09:51:03 +08:00
[NETCFGX] Fix an assignment typo.
This commit is contained in:
@@ -316,7 +316,7 @@ GetEnumOptions(
|
||||
&dwValueLength);
|
||||
if (dwError == ERROR_NO_MORE_ITEMS)
|
||||
{
|
||||
dwError == ERROR_SUCCESS;
|
||||
dwError = ERROR_SUCCESS;
|
||||
goto done;
|
||||
}
|
||||
else if (dwError != ERROR_SUCCESS)
|
||||
|
||||
Reference in New Issue
Block a user