diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-09-06 17:38:59 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-09-06 17:38:59 +0300 |
commit | 094307981c9ff4cdd3e05529316d4a5312cf9115 (patch) | |
tree | 62fd4d4d40aa5f6fd29d026c9303d5ca46ec064e | |
parent | 43c6d2d94d6f5e5c86b20ec083e960f9fa6fbb4a (diff) | |
download | plus-094307981c9ff4cdd3e05529316d4a5312cf9115.tar.gz plus-094307981c9ff4cdd3e05529316d4a5312cf9115.tar.bz2 plus-094307981c9ff4cdd3e05529316d4a5312cf9115.tar.xz plus-094307981c9ff4cdd3e05529316d4a5312cf9115.zip |
Disable copy initial config from .mana dir if it exists.
-rw-r--r-- | src/client.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
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() } } } +*/ } /** |