This commit is contained in:
ngoyal 2014-07-28 17:46:40 -04:00
parent 02652e9665
commit f3d3ac3bac
1 changed files with 1 additions and 1 deletions

View File

@ -905,7 +905,7 @@ getdns_dict_remove_name(struct getdns_dict *this_dict, const char *name)
ldns_rbtree_delete(&this_dict->root, name);
getdns_dict_item_free(&item->node, this_dict);
return GETDNS_RETURN_GENERIC_ERROR;
return GETDNS_RETURN_GOOD;
}
/* dict.c */