again correct type in file name, time to go to bed #50

develop
Geoffrey Merck 1 year ago
parent 1532945982
commit 33b7c4c675

@ -132,7 +132,7 @@ std::future<bool> CHostsFilesManager::UpdateHostsAsync()
void CHostsFilesManager::loadReflectors(const std::string & directory)
{
if (m_xlxEnabled) {
std::string fileName = directory + "/" + DCS_HOSTS_FILE_NAME;
std::string fileName = directory + "/" + XLX_HOSTS_FILE_NAME;
loadReflectors(fileName, DP_DCS);
}

Loading…
Cancel
Save

Powered by TurnKey Linux.