Added specific IDs to GXS service serialisers

NOTE! YOU WILL LOSE CURRENT GXS data!

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7100 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
chrisparker126 2014-02-08 11:13:10 +00:00
parent c626feeed5
commit 0fd46e4f2b
11 changed files with 109 additions and 94 deletions

View file

@ -1364,7 +1364,7 @@ int RsServer::StartupRetroShare()
std::string currGxsDir = rsAccounts.PathAccountDirectory() + "/GXS_phase2";
#ifdef GXS_DEV_TESTNET // Different Directory for testing.
currGxsDir += "_TESTNET7";
currGxsDir += "_TESTNET8";
#endif
bool cleanUpGxsDir = false;