This commit is contained in:
Willem Toorop 2018-12-13 15:26:13 +01:00
parent dc6bb0fa52
commit 990372329c
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ void extract_response(struct getdns_dict *response, struct extracted_response *e
* If it is absent, do not try to decompose the replies_tree, because the
* answer most likely came not from DNS.
*/
ex_response->reponse = response;
ex_response->response = response;
have_answer_type = getdns_dict_get_int(response, "answer_type", &ex_response->top_answer_type) ==
GETDNS_RETURN_GOOD;