mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-15 02:44:20 -05:00
added gpg initialization for autologin
- your friends are not authenticated if not git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2692 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
1485ccbe87
commit
c30e0c071e
@ -116,6 +116,16 @@ int main(int argc, char *argv[])
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
||||||
|
std::string preferredId, gpgId, gpgName, gpgEmail, sslName;
|
||||||
|
RsInit::getPreferedAccountId(preferredId);
|
||||||
|
|
||||||
|
if (RsInit::getAccountDetails(preferredId,
|
||||||
|
gpgId, gpgName, gpgEmail, sslName))
|
||||||
|
{
|
||||||
|
RsInit::SelectGPGAccount(gpgId);
|
||||||
|
}
|
||||||
|
|
||||||
// true: note auto-login is active
|
// true: note auto-login is active
|
||||||
RsInit::LoadCertificates(true);
|
RsInit::LoadCertificates(true);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user