mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
BUGFIX: Authenticated friends were being dropped from Peer Lists at restart.
A config save is now triggered after an Authentication to fix this issue. git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@408 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
72823768bb
commit
d335e37c8d
@ -639,6 +639,8 @@ bool AuthXPGP::SignCertificate(std::string id)
|
||||
cert->trustLvl = XPGP_auth_certificate(pgp_keyring, cert->certificate);
|
||||
cert->ownsign = true;
|
||||
valid = true;
|
||||
|
||||
mToSaveCerts = true;
|
||||
}
|
||||
|
||||
xpgpMtx.unlock(); /**** UNLOCK ****/
|
||||
|
Loading…
Reference in New Issue
Block a user