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

[dnssec] keymgr zone add: fix policy parameter parsing

parent 7d5bf6c3
No related branches found
No related tags found
No related merge requests found
......@@ -204,7 +204,7 @@ static int cmd_zone_add(int argc, char *argv[])
char *policy = NULL;
static const parameter_t params[] = {
{ "policy", value_string },
{ "policy", value_policy },
{ NULL }
};
......
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