new db for release, TESTNET5, old TESTNET4 db's are not keyed

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6456 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
chrisparker126 2013-06-22 16:21:13 +00:00
parent c2b06d47ad
commit 4252270cd6

View File

@ -2282,7 +2282,7 @@ int RsServer::StartupRetroShare()
std::string currGxsDir = RsInitConfig::configDir + "/GXS_phase2";
#ifdef GXS_DEV_TESTNET // Different Directory for testing.
currGxsDir += "_TESTNET4";
currGxsDir += "_TESTNET5";
#endif
bool cleanUpGxsDir = false;