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

kzonesign: add missing zone name lowercasing

parent 0e59aca3
No related branches found
No related tags found
No related merge requests found
Pipeline #89617 passed
......@@ -129,6 +129,7 @@ int main(int argc, char *argv[])
printf("Invalid zone name '%s'\n", zone_str);
return EXIT_FAILURE;
}
knot_dname_to_lower(zone_name);
if (!init_conf(NULL)) {
free(zone_name);
......
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