diff options
-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() } } } +*/ } /** |