* Removed endtag parameter of clixon_xml_parse_file()

This commit is contained in:
Olof hagsand 2021-03-15 13:24:27 +01:00
parent f536b1dc67
commit fb9917e81e
15 changed files with 19 additions and 27 deletions

View file

@ -463,7 +463,7 @@ xmldb_readfile(clicon_handle h,
goto done;
}
else {
if ((ret = clixon_xml_parse_file(fp, yb, yspec, NULL, &x0, NULL)) < 0){
if ((ret = clixon_xml_parse_file(fp, yb, yspec, &x0, NULL)) < 0){
goto done;
}
}