mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
fix a bug
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1893 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
7ca2b01791
commit
cfcd773d6e
@ -1627,7 +1627,7 @@ bool p3ConnectMgr::doNextAttempt(std::string id)
|
||||
|
||||
it->second.inConnAttempt = false;
|
||||
|
||||
if ((it->second.state & RS_PEER_S_CONNECTED) && !(it->second.state & RS_NET_CONN_TUNNEL)) {
|
||||
if ((it->second.state & RS_PEER_S_CONNECTED) && !(it->second.connecttype & RS_NET_CONN_TUNNEL)) {
|
||||
rslog(RSL_WARNING, p3connectzone, "p3ConnectMgr::doNextAttempt() peer is already connected and not in tunnel mode, don't do next attempt.");
|
||||
return true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user