* Added namespace-context parameter nsc to xpath_first and xpath_vec, (xpath_vec_nsc and xpath_first_nsc` are removed).
This commit is contained in:
parent
ba2f40728b
commit
d68a829862
32 changed files with 186 additions and 318 deletions
|
|
@ -139,7 +139,7 @@ clixon_plugin_statedata(clicon_handle h,
|
|||
goto done;
|
||||
}
|
||||
cprintf(cberr, "Internal error: state callback returned invalid XML: ");
|
||||
if (netconf_err2cb(xpath_first(xerr, "rpc-error"), cberr) < 0)
|
||||
if (netconf_err2cb(xpath_first(xerr, NULL, "rpc-error"), cberr) < 0)
|
||||
goto done;
|
||||
if (*xret){
|
||||
xml_free(*xret);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue