leafref bug

This commit is contained in:
Olof Hagsand 2017-12-09 20:48:29 +01:00
parent 4742fde1e9
commit 0076a8b838
9 changed files with 91 additions and 42 deletions

View file

@ -209,8 +209,7 @@ expand_dbvar(void *h,
else
bodystr = xml_body(x);
if (bodystr == NULL){
clicon_err(OE_CFG, 0, "No xml body");
goto done;
continue; /* no body, cornercase */
}
/* detect duplicates */
for (k=0; k<j; k++){