Merge "Don't reset caches when dns props change."

This commit is contained in:
Robert Greenwalt 2011-07-20 15:39:28 -07:00 committed by Android Code Review
commit 28de3e5901

View file

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