mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-02-03 11:00:14 -05:00
fixed bug in p3peer.cc not calling the correct method
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6288 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
8399ce82ee
commit
970e83ead3
@ -266,7 +266,8 @@ bool p3Peers::getPeerDetails(const std::string &id, RsPeerDetails &d)
|
||||
std::cerr << "p3Peers::getPeerDetails() ERROR not an SSL Id: " << id << std::endl;
|
||||
#endif
|
||||
d.isOnlyGPGdetail = true;
|
||||
d.service_perm_flags = mPeerMgr->servicePermissionFlags(id) ;
|
||||
d.service_perm_flags = mPeerMgr->servicePermissionFlags_sslid(id) ;
|
||||
|
||||
return getGPGDetails(id, d);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user