mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-03 13:43:03 -04:00
Tweaked linkmgr to allow loopback connections.
This allows STD -> HIDDEN connections! git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/v0.6-initdev@7037 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
d39c5c028a
commit
6526dd6c4b
2 changed files with 15 additions and 2 deletions
|
@ -76,7 +76,8 @@ pqiperson * pqisslpersongrp::locked_createPerson(std::string id, pqilistener *li
|
|||
pqiperson *pqip = new pqiperson(id, this);
|
||||
|
||||
// If using proxy, then only create a proxy item, otherwise can use any.
|
||||
if (mPeerMgr->isHiddenPeer(id))
|
||||
// If we are a hidden node - then all connections should be via proxy.
|
||||
if (mPeerMgr->isHiddenPeer(id) || mPeerMgr->isHidden())
|
||||
{
|
||||
std::cerr << "pqisslpersongrp::locked_createPerson() Is Hidden Peer!";
|
||||
std::cerr << std::endl;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue