This commit is contained in:
Willem Toorop 2016-05-26 17:05:06 +02:00
parent 89d2f74d24
commit 1fb91028ad
1 changed files with 1 additions and 1 deletions

View File

@ -2379,7 +2379,7 @@ getdns_return_t schedule_request(dns_msg *msg)
getdns_get_errorstr_by_id(r));
else if ((r = getdns_general(context, qname_str, qtype,
extensions, msg, &msg->transaction_id, request_cb)))
extensions, msg, &transaction_id, request_cb)))
fprintf(stderr, "Could not schedule query: %s\n",
getdns_get_errorstr_by_id(r));