Skip to content
Snippets Groups Projects
Commit c42851e7 authored by Lubos Slovak's avatar Lubos Slovak
Browse files

public-libs: Forgot one naming change

parent b84209ad
No related branches found
No related tags found
No related merge requests found
......@@ -321,7 +321,7 @@ static void iter_finish(namedb_iter_t *iter)
static int find(namedb_txn_t *txn, namedb_val_t *key, namedb_val_t *val, unsigned flags)
{
knot_iter_t *iter = iter_begin(txn, NAMEDB_NOOP);
namedb_iter_t *iter = iter_begin(txn, NAMEDB_NOOP);
if (iter == NULL) {
return KNOT_ERROR;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment