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:
Willem Toorop 2015-04-02 13:32:00 +02:00
parent c0bc799c3e
commit c9a61bd91e
1 changed files with 1 additions and 1 deletions

View File

@ -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)