Initialize diagnostic_dialog to FALSE by default
This commit is contained in:
parent
9ab1040e5f
commit
cec6b31044
1 changed files with 1 additions and 0 deletions
|
@ -1697,6 +1697,7 @@ main (int argc,
|
|||
/* Parse cli options */
|
||||
webapp = NULL;
|
||||
config = NULL;
|
||||
diagnostic_dialog = FALSE;
|
||||
run = FALSE;
|
||||
snapshot = NULL;
|
||||
execute = FALSE;
|
||||
|
|
Loading…
Reference in a new issue