mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-07 06:02:41 -04:00
Added missing set of service permission flags when adding a friend in ConnectFriendWizard with signing the key.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6628 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
fa503f1603
commit
e99b202b51
1 changed files with 1 additions and 0 deletions
|
@ -583,6 +583,7 @@ void ConnectFriendWizard::accept()
|
|||
if (sign) {
|
||||
std::cerr << "ConclusionPage::validatePage() signing GPG key." << std::endl;
|
||||
rsPeers->signGPGCertificate(peerDetails.gpg_id); //bye default sign set accept_connection to true;
|
||||
rsPeers->setServicePermissionFlags(peerDetails.gpg_id,serviceFlags()) ;
|
||||
runProgressDialog = true;
|
||||
|
||||
} else if (accept_connection) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue