fixed weird logic in handling connection attempt for an already connected peer.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7767 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
csoler 2014-12-16 22:16:14 +00:00
parent 85515f0a62
commit 93dd5d8322

View File

@ -315,7 +315,8 @@ int pqiperson::handleNotifyEvent_locked(NetInterface *ni, int newState, const s
}
/* now install a new one. */
{
if(!active)
{
pqioutput(PQL_WARNING, pqipersonzone, "pqiperson::notifyEvent() Id: " + PeerId().toStdString() + " CONNECT_SUCCESS->marking so! (resetting others)");