mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-02-23 00:09:50 -05: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
@ -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…
x
Reference in New Issue
Block a user