Skip to content
Snippets Groups Projects
Commit af653c77 authored by Jan Včelák's avatar Jan Včelák :rocket:
Browse files

add todo, refs #2360

parent d83f2810
No related branches found
No related tags found
No related merge requests found
......@@ -450,6 +450,8 @@ int params_parse_keyfile(const char *filename, knot_key_t *key)
return KNOT_EINVAL;
}
/*! \todo #2360 read key name from RR record in .key file */
/* Fetch keyname from filename. */
const char *bn = strrchr(filename, '/');
if (!bn) bn = filename;
......
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