Initialize variables in invitation.c
This commit is contained in:
parent
8fb52e05f3
commit
84d34f4f35
1 changed files with 5 additions and 5 deletions
|
@ -605,7 +605,7 @@ make_names:
|
|||
// Filter first chunk on approved keywords, split between tinc.conf and hosts/Name
|
||||
// Other chunks go unfiltered to their respective host config files
|
||||
const char *p = data;
|
||||
char *l, *value;
|
||||
char *l, *value = NULL;
|
||||
|
||||
while((l = get_line(&p))) {
|
||||
// Ignore comments
|
||||
|
|
Loading…
Reference in a new issue