Merge branch 'trac5348-misidentification-of-local-session'

This commit is contained in:
Mike Gelfand 2016-10-03 21:54:52 +03:00
commit 7d22c1efc0
1 changed files with 1 additions and 1 deletions

View File

@ -804,7 +804,7 @@ Session::updateInfo (tr_variant * d)
if (mySessionId != sessionId)
{
mySessionId = sessionId;
myIsDefinitelyLocalSession = rand() % 2; // tr_session_id_is_local (str);
myIsDefinitelyLocalSession = tr_session_id_is_local (str);
}
}
else