Added support for YANG anyxml; Yang union CLI generation and validation; Removed yang string escaping

This commit is contained in:
Olof hagsand 2017-07-27 11:54:28 +02:00
parent 8fd59d4452
commit 5ae1aeb427
29 changed files with 753 additions and 499 deletions

View file

@ -492,7 +492,7 @@ clicon_rpc(int s,
char **ret)
{
int retval = -1;
struct clicon_msg *reply;
struct clicon_msg *reply = NULL;
int eof;
char *data = NULL;
cxobj *cx = NULL;