experimental netconf yang spec

This commit is contained in:
Olof hagsand 2017-12-08 19:37:09 +01:00
parent 822aac18a1
commit 056b5c97dd
16 changed files with 250 additions and 147 deletions

View file

@ -136,7 +136,7 @@ xml_parse_qname(struct xml_parse_yacc_arg *ya,
{
int retval = -1;
cxobj *x;
yang_stmt *y=NULL; /* yang node */
yang_stmt *y = NULL; /* yang node */
cxobj *xp; /* xml parent */
xp = ya->ya_xparent;