Fix NETCONF filtering patch
This commit is contained in:
parent
1412b416f6
commit
148982d3a9
1 changed files with 2 additions and 2 deletions
|
|
@ -928,9 +928,9 @@ text_modify(clixon_handle h,
|
|||
if (x0vec[j] == x0c)
|
||||
break;
|
||||
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
|
||||
* Now potentially modify x0:s children
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue