Test: killed backend in snmp tests

This commit is contained in:
Olof hagsand 2022-10-08 17:19:24 +02:00
parent 575429caa1
commit dd1e5966fb
6 changed files with 51 additions and 3 deletions

View file

@ -658,7 +658,6 @@ xml_yang_minmax_recurse(cxobj *xt,
yt = xml_spec(xt); /* If yt == NULL, then no gap-analysis is done */
while ((x = xml_child_each(xt, x, CX_ELMNT)) != NULL){
clicon_debug(1, "%s x:%s", __FUNCTION__, xml_name(x));
if ((y = xml_spec(x)) == NULL)
continue;
keyw = yang_keyword_get(y);