mirror of https://github.com/getdnsapi/getdns.git
Fix issue #117
This commit is contained in:
parent
02652e9665
commit
f3d3ac3bac
|
@ -905,7 +905,7 @@ getdns_dict_remove_name(struct getdns_dict *this_dict, const char *name)
|
||||||
ldns_rbtree_delete(&this_dict->root, name);
|
ldns_rbtree_delete(&this_dict->root, name);
|
||||||
getdns_dict_item_free(&item->node, this_dict);
|
getdns_dict_item_free(&item->node, this_dict);
|
||||||
|
|
||||||
return GETDNS_RETURN_GENERIC_ERROR;
|
return GETDNS_RETURN_GOOD;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* dict.c */
|
/* dict.c */
|
||||||
|
|
Loading…
Reference in New Issue