mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 23:45:42 +00:00
- Fix another bug...
svn path=/trunk/; revision=36723
This commit is contained in:
parent
6da373e9fd
commit
2b468f41a1
1 changed files with 1 additions and 1 deletions
|
@ -2826,7 +2826,7 @@ InitializeTcpipBasicDlg(TcpipConfNotifyImpl * This)
|
|||
CopyIpAddrString(&pCurrentAdapter->IpAddressList, &pCurSettings->Ip, SUBMASK, NULL);
|
||||
CopyIpAddrString(&pCurrentAdapter->GatewayList, &pCurSettings->Gw, METRIC, NULL); //FIXME
|
||||
}
|
||||
|
||||
uLength = 0;
|
||||
if (GetPerAdapterInfo(pCurrentAdapter->Index, NULL, &uLength) == ERROR_BUFFER_OVERFLOW)
|
||||
{
|
||||
pPerInfo = (PIP_PER_ADAPTER_INFO)CoTaskMemAlloc(uLength);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue