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 */ /* Parse cli options */
webapp = NULL; webapp = NULL;
config = NULL; config = NULL;
diagnostic_dialog = FALSE;
run = FALSE; run = FALSE;
snapshot = NULL; snapshot = NULL;
execute = FALSE; execute = FALSE;