1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-02-22 06:00:41 +00:00

Revert debugging code...

This commit is contained in:
Mike Gelfand 2016-10-03 21:54:21 +03:00
parent 981ef30ab4
commit 4b4797a220

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