CDATA Encode and decode (parsing) support
This commit is contained in:
parent
8b31d83806
commit
9eff879458
6 changed files with 61 additions and 16 deletions
|
|
@ -1261,7 +1261,11 @@ ys_populate_identity(yang_stmt *ys,
|
|||
}
|
||||
/* add prefix */
|
||||
cv_name_set(cv, idref);
|
||||
cvec_append_var(ybaseid->ys_cvec, cv);
|
||||
cvec_append_var(ybaseid->ys_cvec, cv); /* cv copied */
|
||||
if (cv){
|
||||
cv_free(cv);
|
||||
cv = NULL;
|
||||
}
|
||||
/* Transitive to the root */
|
||||
if (ys_populate_identity(ybaseid, idref) < 0)
|
||||
goto done;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue