read whole running config when reading state data
This commit is contained in:
parent
20d28b4796
commit
b7f1d72c28
1 changed files with 1 additions and 1 deletions
|
|
@ -1000,7 +1000,7 @@ from_client_get(clicon_handle h,
|
||||||
* metrged with state data, so zero-copy cant be used
|
* metrged with state data, so zero-copy cant be used
|
||||||
* Also, must use external namespace context here due to <filter stmt
|
* Also, must use external namespace context here due to <filter stmt
|
||||||
*/
|
*/
|
||||||
if (xmldb_get0(h, "running", nsc, xpath, 1, &xret, NULL) < 0) {
|
if (xmldb_get0(h, "running", nsc, NULL, 1, &xret, NULL) < 0) {
|
||||||
if (netconf_operation_failed(cbret, "application", "read registry")< 0)
|
if (netconf_operation_failed(cbret, "application", "read registry")< 0)
|
||||||
goto done;
|
goto done;
|
||||||
goto ok;
|
goto ok;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue