mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-24 14:20:44 -04:00
patch from Henry Morgan to avoid removing peer permission flags when removing locations
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6309 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
6590167475
commit
c2fcd8bc71
3 changed files with 8 additions and 7 deletions
|
@ -630,7 +630,7 @@ bool p3Peers::removeFriendLocation(const std::string &sslId)
|
|||
std::cerr << "p3Peers::removeFriendLocation() " << sslId << std::endl;
|
||||
#endif
|
||||
//will remove if it's a ssl id
|
||||
mPeerMgr->removeFriend(sslId);
|
||||
mPeerMgr->removeFriend(sslId, false);
|
||||
return true;
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue