* Fixed: [namespace prefix nc is not supported in full #154](https://github.com/clicon/clixon/issues/154)
* edit-config "config" parameter did not work with prefix other than null
This commit is contained in:
parent
2b9f19a19f
commit
d045e8abce
6 changed files with 85 additions and 17 deletions
|
|
@ -1406,6 +1406,7 @@ netconf_db_find(cxobj *xn,
|
|||
cxobj *xi;
|
||||
char *db = NULL;
|
||||
|
||||
/* XXX should use prefix cf edit_config */
|
||||
if ((xs = xml_find(xn, name)) == NULL)
|
||||
goto done;
|
||||
if ((xi = xml_child_i(xs, 0)) == NULL)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue