nslookup: tiny shrink (-5 bytes); add comment about res_init

inet_common: cosmetics, no code changes
This commit is contained in:
Denis Vlasenko
2008-11-04 21:44:28 +00:00
parent c51457ca5b
commit 391ffa19d1
2 changed files with 9 additions and 11 deletions

View File

@@ -63,9 +63,6 @@ int FAST_FUNC INET_resolve(const char *name, struct sockaddr_in *s_in, int hostf
#ifdef DEBUG
res_init();
_res.options |= RES_DEBUG;
#endif
#ifdef DEBUG
bb_error_msg("gethostbyname(%s)", name);
#endif
hp = gethostbyname(name);