Revert "Don`t start in HAB mode the first time."

This reverts commit 654848e08a.
pull/1/head
John Greb 2015-07-16 14:29:41 +01:00
rodzic 8d5dc03a72
commit 566f04c7e0
1 zmienionych plików z 0 dodań i 4 usunięć

Wyświetl plik

@ -610,10 +610,6 @@ 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;