Merging upstream version 3.4.2+dfsg.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
511f72b68b
commit
948b3e00b3
75 changed files with 1082 additions and 878 deletions
|
@ -224,7 +224,7 @@ get_schema_completion(const char *hint, char ***matches, unsigned int *match_cou
|
|||
uint32_t idx;
|
||||
const char *start;
|
||||
char *end, *module_name = NULL, *path = NULL;
|
||||
const struct lysc_node *parent, *last_node;
|
||||
const struct lysc_node *parent, *last_node = NULL;
|
||||
int rc = 0;
|
||||
size_t len;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue