mirror of
https://github.com/transmission/transmission
synced 2024-12-26 01:27:28 +00:00
whoops
This commit is contained in:
parent
aab0c1b87c
commit
7f99b81293
1 changed files with 1 additions and 1 deletions
|
@ -821,7 +821,7 @@ tr_sessionSetPeerPortRandomOnStart( tr_session * session,
|
|||
{
|
||||
assert( tr_isSession( session ) );
|
||||
|
||||
session->isPortRandom = TRUE;
|
||||
session->isPortRandom = random;
|
||||
}
|
||||
|
||||
tr_bool
|
||||
|
|
Loading…
Reference in a new issue