mirror of
https://github.com/transmission/transmission
synced 2025-02-02 20:43:51 +00:00
mixed enable, disable
This commit is contained in:
parent
1bb5140467
commit
dbd4fdc61c
1 changed files with 1 additions and 1 deletions
|
@ -1102,7 +1102,7 @@ static uint32_t kRed = BE(0xFF6450FF), //255, 100, 80
|
|||
if (![self privateTorrent])
|
||||
{
|
||||
fPex = pex;
|
||||
tr_torrentDisablePex(fHandle, pex);
|
||||
tr_torrentDisablePex(fHandle, !pex);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue