mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 09:34:43 +00:00
[NETCFGX] Fix uninitialized variable use.
This commit is contained in:
parent
d3f3a97b1e
commit
680f103f3d
1 changed files with 0 additions and 2 deletions
|
@ -594,13 +594,11 @@ BuildParameterArray(
|
|||
dwDefaultMin = 0UL;
|
||||
dwDefaultMax = 65535UL; // MAX_WORD;
|
||||
}
|
||||
#if 0
|
||||
else if (ParamArray->Array[dwIndex].Type == DWORD_TYPE)
|
||||
{
|
||||
dwDefaultMin = 0UL;
|
||||
dwDefaultMax = 4294967295UL; //MAX_DWORD;
|
||||
}
|
||||
#endif
|
||||
|
||||
if (ParamArray->Array[dwIndex].Type == INT_TYPE ||
|
||||
ParamArray->Array[dwIndex].Type == LONG_TYPE)
|
||||
|
|
Loading…
Reference in a new issue