- Remove an old hack (r14812) which limited ROS to use only one DNS server

svn path=/trunk/; revision=41802
This commit is contained in:
Cameron Gutman 2009-07-08 07:02:33 +00:00
parent 1aef6c7fa4
commit 43a5a4bdb5

View file

@ -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) {