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:
drbob 2008-03-23 19:29:42 +00:00
parent 72823768bb
commit d335e37c8d

View File

@ -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 ****/