Don't reset caches when dns props change.

This happens too frequently.  We should flush a per-interface cache
when it's dns server addrs changes.

Change-Id: I8a691c96ce9a775160ef55ddb8f755d649041583
This commit is contained in:
Mattias Falk 2011-04-04 16:12:35 +02:00 committed by Robert Greenwalt
parent 57aadbb096
commit bad1686e1f

View file

@ -170,7 +170,6 @@ RESET_STATE:
pthread_setspecific( _res_key, NULL );
return NULL;
}
_resolv_cache_reset(rt->_serial);
return rt;
}