Optimization of xldb_put
Added flags parameter to default functions removed call to bind
This commit is contained in:
parent
23dcb58758
commit
d660c01a58
16 changed files with 50 additions and 60 deletions
|
|
@ -763,7 +763,7 @@ restconf_config_init(clixon_handle h,
|
|||
goto done;
|
||||
}
|
||||
/* Apply default values (removed in clear function) */
|
||||
if (xml_default_recurse(xrestconf, 0) < 0)
|
||||
if (xml_default_recurse(xrestconf, 0, 0) < 0)
|
||||
goto done;
|
||||
if ((x = xpath_first(xrestconf, nsc, "enable")) != NULL &&
|
||||
(enable = xml_body(x)) != NULL){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue