Skip to content

Commit

Permalink
Suspend that till some servers really support multiple questions.
Browse files Browse the repository at this point in the history
  • Loading branch information
vstakhov committed Apr 2, 2014
1 parent d13ebe4 commit d006420
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/dns_regress.c
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ rdns_test_a (struct rdns_resolver *resolver)
const char **cur;

for (cur = names; *cur != NULL; cur ++) {
rdns_make_request_full (resolver, rdns_regress_callback, *cur, 1.0, 2, 2,
*cur, RDNS_REQUEST_AAAA, *cur, RDNS_REQUEST_A);
rdns_make_request_full (resolver, rdns_regress_callback, *cur, 1.0, 2, 1,
*cur, RDNS_REQUEST_AAAA);
remain_tests ++;
}
}
Expand Down

0 comments on commit d006420

Please sign in to comment.