mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-25 15:35:49 -04:00
Merge pull request #572 from csoler/v0.6-FileListsOptim
V0.6 file lists optim
This commit is contained in:
commit
fe965d2335
7 changed files with 35 additions and 7 deletions
|
@ -517,7 +517,8 @@ bool RsAccountsDetail::getAvailableAccounts(std::map<RsPeerId, AccountDetails> &
|
|||
*/
|
||||
|
||||
/* check for the dir existance */
|
||||
librs::util::FolderIterator dirIt(mBaseDirectory);
|
||||
librs::util::FolderIterator dirIt(mBaseDirectory,false);
|
||||
|
||||
if (!dirIt.isValid())
|
||||
{
|
||||
std::cerr << "Cannot Open Base Dir - No Available Accounts" << std::endl;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue