Skip to content
Snippets Groups Projects
Commit 0799038d authored by Daniel Salzman's avatar Daniel Salzman
Browse files

knotc: fix keyfile algo name parsing

parent 9be2770c
Branches
Tags
1 merge request!16knotc keyfile processing fix
......@@ -345,7 +345,7 @@ static int tsig_parse_line(knot_tsig_key_t *k, char *l)
/* Lookup algorithm. */
knot_lookup_table_t *alg;
alg = knot_lookup_by_name(knot_tsig_alg_domain_names, a);
alg = knot_lookup_by_name(knot_tsig_alg_names, a);
if (!alg) {
return KNOT_EMALF;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment