removed state path kludge
This commit is contained in:
parent
bc0eb921d0
commit
f9e1fe5de7
8 changed files with 24 additions and 70 deletions
|
|
@ -630,7 +630,7 @@ show_conf_xpath(clicon_handle h,
|
|||
namespace = cv_string_get(cv);
|
||||
if ((nsc = xml_nsctx_init(NULL, namespace)) == NULL)
|
||||
goto done;
|
||||
#if 0 /* Use state get intead of config (XXX: better use this but test_cli.sh fails) */
|
||||
#if 0 /* Use state get instead of config (XXX: better use this but test_cli.sh fails) */
|
||||
if (clicon_rpc_get(h, xpath, nsc, CONTENT_ALL, -1, &xt) < 0)
|
||||
goto done;
|
||||
#else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue