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
|
|
@ -613,7 +613,7 @@ cli_show_common(clixon_handle h,
|
|||
) < 0)
|
||||
goto done;
|
||||
/* Remove empty containers */
|
||||
if (xml_defaults_nopresence(xt, 2) < 0)
|
||||
if (xml_default_nopresence(xt, 2, 0) < 0)
|
||||
goto done;
|
||||
}
|
||||
if (fromroot)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue