mirror of
https://github.com/transmission/transmission
synced 2024-12-23 16:24:02 +00:00
(trunk libT) #1569: tr_sessionIsSpeedLimitEnabled() returns wrong value
This commit is contained in:
parent
b0bc5888da
commit
5999fef70a
1 changed files with 1 additions and 1 deletions
|
@ -452,7 +452,7 @@ int
|
||||||
tr_sessionIsSpeedLimitEnabled( const tr_session * session,
|
tr_sessionIsSpeedLimitEnabled( const tr_session * session,
|
||||||
tr_direction dir )
|
tr_direction dir )
|
||||||
{
|
{
|
||||||
return !tr_bandwidthIsLimited( session->bandwidth, dir );
|
return tr_bandwidthIsLimited( session->bandwidth, dir );
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
|
Loading…
Reference in a new issue