mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-24 06:11:11 -05:00
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:
parent
c2b06d47ad
commit
4252270cd6
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user