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

View File

@@ -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;
} }