From 094307981c9ff4cdd3e05529316d4a5312cf9115 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 6 Sep 2011 17:38:59 +0300 Subject: Disable copy initial config from .mana dir if it exists. --- src/client.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/client.cpp') diff --git a/src/client.cpp b/src/client.cpp index ab176c00b..472c862e6 100644 --- a/src/client.cpp +++ b/src/client.cpp @@ -1459,6 +1459,7 @@ void Client::initHomeDir() "Exiting."), mConfigDir.c_str())); } +/* struct stat statbuf; std::string newConfigFile = mConfigDir + "/config.xml"; if (stat(newConfigFile.c_str(), &statbuf)) @@ -1487,6 +1488,7 @@ void Client::initHomeDir() } } } +*/ } /** -- cgit v1.2.3-70-g09d2