mixed enable, disable

This commit is contained in:
Mitchell Livingston 2007-03-31 20:09:29 +00:00
parent 1bb5140467
commit dbd4fdc61c
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}
}