Optimization of xldb_put

Added flags parameter to default functions
removed call to bind
This commit is contained in:
Olof hagsand 2024-02-06 09:27:51 +01:00
parent 23dcb58758
commit d660c01a58
16 changed files with 50 additions and 60 deletions

View file

@ -450,7 +450,7 @@ parse_configfile(clixon_handle h,
}
}
}
if (xml_default_recurse(xt, 0) < 0)
if (xml_default_recurse(xt, 0, 0) < 0)
goto done;
if ((ret = xml_yang_validate_add(h, xt, &xerr)) < 0)
goto done;