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

utils: add TSIG name conversion to lower-case

parent afb02fb0
No related branches found
No related tags found
No related merge requests found
......@@ -345,6 +345,7 @@ int params_parse_tsig(const char *value, knot_key_params_t *key_params)
/* Set key name and secret. */
key_params->name = knot_dname_new_from_nonfqdn_str(k, strlen(k), NULL);
knot_dname_to_lower(key_params->name);
key_params->secret = strdup(s);
DBG("%s: parsed name '%s'\n", __func__, k);
......
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