mirror of https://github.com/getdnsapi/getdns.git
Query for AAAA first with getdns_address
They were already sent out simultaneously and then listened for, but A went out on the wire first. Now AAAA.
This commit is contained in:
parent
c0bc799c3e
commit
c9a61bd91e
|
@ -281,7 +281,7 @@ priv_getdns_address_loop(getdns_context *context, getdns_eventloop *loop,
|
|||
return r;
|
||||
|
||||
r = getdns_general_ns(context, loop,
|
||||
name, GETDNS_RRTYPE_A, extensions,
|
||||
name, GETDNS_RRTYPE_AAAA, extensions,
|
||||
userarg, transaction_id, callback, NULL, 1);
|
||||
|
||||
if (cleanup_extensions)
|
||||
|
|
Loading…
Reference in New Issue