mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-06 21:58:57 -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
1 changed files with 2 additions and 0 deletions
|
@ -639,6 +639,8 @@ bool AuthXPGP::SignCertificate(std::string id)
|
||||||
cert->trustLvl = XPGP_auth_certificate(pgp_keyring, cert->certificate);
|
cert->trustLvl = XPGP_auth_certificate(pgp_keyring, cert->certificate);
|
||||||
cert->ownsign = true;
|
cert->ownsign = true;
|
||||||
valid = true;
|
valid = true;
|
||||||
|
|
||||||
|
mToSaveCerts = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
xpgpMtx.unlock(); /**** UNLOCK ****/
|
xpgpMtx.unlock(); /**** UNLOCK ****/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue