Skip to content
Snippets Groups Projects
Commit c4b3ae08 authored by Jan Kadlec's avatar Jan Kadlec Committed by Gerrit Code Review
Browse files

Convert TSIG key names to lowercase.

- See RFC 2845, section 3.4.2

Change-Id: Ie8b5bd3fe449357ddd8f56dcd8992becb1f8b2cf
parent 88e5a363
Branches
Tags
No related merge requests found
......@@ -592,6 +592,7 @@ keys:
fqdn);
free($4.t);
} else {
knot_dname_to_lower(dname);
conf_key_t *k = malloc(sizeof(conf_key_t));
memset(k, 0, sizeof(conf_key_t));
......
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