Initialize diagnostic_dialog to FALSE by default

This commit is contained in:
Christian Dywan 2009-12-22 01:07:01 +01:00
parent 9ab1040e5f
commit cec6b31044

View file

@ -1697,6 +1697,7 @@ main (int argc,
/* Parse cli options */
webapp = NULL;
config = NULL;
diagnostic_dialog = FALSE;
run = FALSE;
snapshot = NULL;
execute = FALSE;