Context update

This commit is contained in:
Neel Goyal 2013-08-13 09:08:54 -04:00
parent 84ff383792
commit cd1ff4a3b8
1 changed files with 2 additions and 0 deletions

View File

@ -90,6 +90,7 @@ static struct getdns_list* create_from_ldns_list(ldns_rdf** ldns_list, size_t co
getdns_dict_destroy(ipaddr);
}
break;
case LDNS_RDF_TYPE_DNAME:
{
getdns_bindata item;
@ -101,6 +102,7 @@ static struct getdns_list* create_from_ldns_list(ldns_rdf** ldns_list, size_t co
free(srch);
}
break;
default:
break;
}