mirror of
https://github.com/reactos/reactos.git
synced 2025-01-12 09:07:54 +00:00
- Remove an old hack (r14812) which limited ROS to use only one DNS server
svn path=/trunk/; revision=41802
This commit is contained in:
parent
1aef6c7fa4
commit
43a5a4bdb5
1 changed files with 0 additions and 2 deletions
|
@ -462,8 +462,6 @@ void set_name_servers( PDHCP_ADAPTER Adapter, struct client_lease *new_lease ) {
|
|||
int i, addrs =
|
||||
new_lease->options[DHO_DOMAIN_NAME_SERVERS].len / sizeof(ULONG);
|
||||
|
||||
/* XXX I'm setting addrs to 1 until we are ready up the chain */
|
||||
addrs = 1;
|
||||
nsbuf = malloc( addrs * sizeof(IP_ADDRESS_STRING) );
|
||||
|
||||
if( nsbuf) {
|
||||
|
|
Loading…
Reference in a new issue