Skip to content
Snippets Groups Projects
Commit 816c475c authored by Mark Karpilovskij's avatar Mark Karpilovskij
Browse files

kjournalprint: convert zone name on input to lowercase

parent 2b690fe3
No related branches found
No related tags found
No related merge requests found
Pipeline #37521 passed with warnings
......@@ -351,6 +351,7 @@ int main(int argc, char *argv[])
switch (argc - optind) {
case 2:
name = knot_dname_from_str_alloc(argv[optind + 1]);
knot_dname_to_lower(name);
// FALLTHROUGH
case 1:
db = argv[optind];
......
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