mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
Fixed compile of gxs.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6767 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
be2025382b
commit
a98f1d90b0
@ -2261,7 +2261,7 @@ int RsServer::StartupRetroShare()
|
|||||||
if(!priorGxsDir.empty())
|
if(!priorGxsDir.empty())
|
||||||
cleanUpGxsDir = RsDirUtil::checkDirectory(priorGxsDir);
|
cleanUpGxsDir = RsDirUtil::checkDirectory(priorGxsDir);
|
||||||
|
|
||||||
std::list<std::string> filesToKeep;
|
std::set<std::string> filesToKeep;
|
||||||
bool cleanUpSuccess = RsDirUtil::cleanupDirectory(priorGxsDir, filesToKeep);
|
bool cleanUpSuccess = RsDirUtil::cleanupDirectory(priorGxsDir, filesToKeep);
|
||||||
|
|
||||||
if(!cleanUpSuccess)
|
if(!cleanUpSuccess)
|
||||||
|
Loading…
Reference in New Issue
Block a user