mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 19:26:05 +00:00
[NETCFGX]
- Fix case where there is only one static dns server set svn path=/trunk/; revision=50258
This commit is contained in:
@@ -2867,8 +2867,16 @@ Initialize(TcpipConfNotifyImpl * This)
|
||||
}
|
||||
CoTaskMemFree(pPerInfo);
|
||||
}
|
||||
|
||||
}
|
||||
else
|
||||
{
|
||||
if (!Info.AutoconfigActive)
|
||||
{
|
||||
CopyIpAddrString(&Info.DnsServerList, &pCurSettings->Ns, IPADDR, NULL);
|
||||
}
|
||||
pCurSettings->AutoconfigActive = Info.AutoconfigActive;
|
||||
}
|
||||
|
||||
if (FAILED(LoadFilterSettings(This)))
|
||||
return E_FAIL;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user