New configuration option: CLICON_RESTCONF_PRETTY

Changed RESTCONF GET to return object referenced. ie, GET /restconf/data/X returns X.
This commit is contained in:
Olof hagsand 2018-01-07 18:01:42 +01:00
parent cefaf4717f
commit 363bd5d19d
7 changed files with 169 additions and 102 deletions

View file

@ -1046,10 +1046,10 @@ xpath_each(cxobj *xcur,
*/
int
xpath_vec(cxobj *xcur,
char *format,
cxobj ***vec,
size_t *veclen,
...)
char *format,
cxobj ***vec,
size_t *veclen,
...)
{
int retval = -1;
va_list ap;