mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-05 15:45:04 -04:00
drop corrupted config files instead of looping into them
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6706 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
9bec763c4b
commit
eeb2dcaaf2
1 changed files with 3 additions and 0 deletions
|
@ -418,6 +418,9 @@ bool pqiSSLstore::getEncryptedItems(std::list<RsItem* >& rsItemList)
|
|||
{
|
||||
if (NULL != (item = GetItem()))
|
||||
rsItemList.push_back(item);
|
||||
else
|
||||
break ;
|
||||
|
||||
} while (enc_bio->isactive() && enc_bio->moretoread());
|
||||
|
||||
return true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue