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:
parent
57aadbb096
commit
bad1686e1f
1 changed files with 0 additions and 1 deletions
|
@ -170,7 +170,6 @@ RESET_STATE:
|
||||||
pthread_setspecific( _res_key, NULL );
|
pthread_setspecific( _res_key, NULL );
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
_resolv_cache_reset(rt->_serial);
|
|
||||||
return rt;
|
return rt;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue