Fixed crash on startup

This commit is contained in:
Ben Gräf 2017-10-23 11:48:34 +02:00 committed by GitHub
parent 94a830302d
commit baa9faddd5

View file

@ -263,7 +263,7 @@ Options::Options(int argc, char **argv) :
m_ccAdminUser(nullptr),
m_ccAdminPass(nullptr),
m_ccClientConfigFolder(nullptr),
m_ccCustomDashboard("index.html"),
m_ccCustomDashboard(nullptr),
m_algo(0),
m_algoVariant(0),
m_apiPort(0),