Fixed: With-defaults: top-level container not properly trimmed
This commit is contained in:
parent
3b58d010a3
commit
e532543cea
1 changed files with 1 additions and 1 deletions
|
|
@ -1124,7 +1124,7 @@ xml_defaults_nopresence(cxobj *xn,
|
||||||
int rmx = 0; /* If set, remove this xn */
|
int rmx = 0; /* If set, remove this xn */
|
||||||
int ret;
|
int ret;
|
||||||
enum rfc_6020 keyw;
|
enum rfc_6020 keyw;
|
||||||
int config = 0;
|
int config = 1;
|
||||||
|
|
||||||
if ((yn = xml_spec(xn)) != NULL){
|
if ((yn = xml_spec(xn)) != NULL){
|
||||||
keyw = yang_keyword_get(yn);
|
keyw = yang_keyword_get(yn);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue