Adapt to cligen parse API

This commit is contained in:
Olof hagsand 2023-06-28 10:56:52 +02:00
parent 79d1d2e95a
commit e1a8e0d40b
3 changed files with 9 additions and 9 deletions

View file

@ -174,7 +174,7 @@ cli_parse_file(clicon_handle h,
{
cligen_handle ch = cligen(h);
return cligen_parse_file(ch, f, name, pt, globals);
return clispec_parse_file(ch, f, name, NULL, pt, globals);
}
int