Fix NETCONF filtering patch

This commit is contained in:
Olof hagsand 2024-05-27 14:32:18 +02:00
parent 1412b416f6
commit 148982d3a9

View file

@ -928,9 +928,9 @@ text_modify(clixon_handle h,
if (x0vec[j] == x0c) if (x0vec[j] == x0c)
break; break;
if (j==i) if (j==i)
x0vec[i++] = x0c; /* != NULL if x0c is matching x1c */ x0vec[i] = x0c; /* != NULL if x0c is matching x1c */
} }
i++;
} }
/* Second pass: Loop through children of the x1 modification tree again /* Second pass: Loop through children of the x1 modification tree again
* Now potentially modify x0:s children * Now potentially modify x0:s children