|
@@ -83,8 +83,8 @@ int __res_msend_rc(int nqueries, const unsigned char *const *queries,
|
|
int fd;
|
|
int fd;
|
|
int timeout, attempts, retry_interval, servfail_retry;
|
|
int timeout, attempts, retry_interval, servfail_retry;
|
|
union {
|
|
union {
|
|
- struct sockaddr_in sin;
|
|
|
|
struct sockaddr_in6 sin6;
|
|
struct sockaddr_in6 sin6;
|
|
|
|
+ struct sockaddr_in sin;
|
|
} sa = {0}, ns[MAXNS] = {{0}};
|
|
} sa = {0}, ns[MAXNS] = {{0}};
|
|
socklen_t sl = sizeof sa.sin;
|
|
socklen_t sl = sizeof sa.sin;
|
|
int nns = 0;
|
|
int nns = 0;
|