Don`t start in HAB mode the first time.

TODO: fix that.
pull/1/head
John Greb 2015-05-16 19:53:23 +01:00
rodzic 69af1e519e
commit 654848e08a
1 zmienionych plików z 4 dodań i 0 usunięć

Wyświetl plik

@ -610,6 +610,10 @@ int main(int argc, char ** argv)
LOG_INFO("FLMSG_ICS_tmp_dir: %s", FLMSG_ICS_tmp_dir.c_str());
bool have_config = progdefaults.readDefaultsXML();
// TODO: Fix first-start Wizard crashing in HAB mode
if (!have_config)
bHAB = false;
check_overrides();
xmlfname = HomeDir;