corrected name

This commit is contained in:
jad 2015-11-01 13:09:18 +09:00
parent 51eb2fdf55
commit 30043d2ba5
1 changed files with 1 additions and 1 deletions

View File

@ -879,7 +879,7 @@ _getdns_create_getdns_response(getdns_dns_req *completed_request)
getdns_list_destroy(replies_full);
if (completed_request->return_call_debugging) {
if (getdns_dict_set_list(result, "return_call_debugging", call_debugging))
if (getdns_dict_set_list(result, "call_debugging", call_debugging))
goto error_free_call_debugging;
}