Creator tagging for leafs, sort-modules: remove flag setting, yang_lib2yspec patch
This commit is contained in:
parent
6335f810d3
commit
f8324df917
5 changed files with 14 additions and 11 deletions
|
|
@ -145,7 +145,7 @@ int example_rpc(clicon_handle h,
|
|||
if (xmlns_set(x, NULL, ns) < 0)
|
||||
goto done;
|
||||
}
|
||||
if (clixon_xml2cbuf(cbret, xe, 0, 0, -1, 1) < 0)
|
||||
if (clixon_xml2cbuf(cbret, xe, 0, 0, NULL, -1, 1) < 0)
|
||||
goto done;
|
||||
}
|
||||
cprintf(cbret, "</rpc-reply>");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue