mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-05 07:35:12 -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
1 changed files with 1 additions and 1 deletions
|
@ -2261,7 +2261,7 @@ int RsServer::StartupRetroShare()
|
|||
if(!priorGxsDir.empty())
|
||||
cleanUpGxsDir = RsDirUtil::checkDirectory(priorGxsDir);
|
||||
|
||||
std::list<std::string> filesToKeep;
|
||||
std::set<std::string> filesToKeep;
|
||||
bool cleanUpSuccess = RsDirUtil::cleanupDirectory(priorGxsDir, filesToKeep);
|
||||
|
||||
if(!cleanUpSuccess)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue