Skip to content
Snippets Groups Projects
Commit 3b898b3c authored by Matus Balogh's avatar Matus Balogh
Browse files

bugfix

parent 4d484a19
No related branches found
No related tags found
No related merge requests found
......@@ -56,8 +56,8 @@ bool DirectoryExists( const char* pzPath )
std::string GetMachineID()
{
string id;
ifstream machineIdFile;
std::string id;
std::ifstream machineIdFile;
machineIdFile.open("/etc/machine-id");
if(machineIdFile.good())
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment