* Fixed: Datastore read on startup got fixed default values.
* Fixed: Default values only worked on leafs, not typedefs.
This commit is contained in:
parent
7425a3b520
commit
28fad0303a
7 changed files with 157 additions and 16 deletions
|
|
@ -754,8 +754,6 @@ xmldb_get0_clear(clicon_handle h,
|
|||
{
|
||||
int retval = -1;
|
||||
|
||||
if (clicon_datastore_cache(h) != DATASTORE_CACHE_ZEROCOPY)
|
||||
goto ok;
|
||||
if (x == NULL)
|
||||
goto ok;
|
||||
/* clear XML tree of defaults */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue