Changeset 7330
- Timestamp:
- Dec 9, 2008, 3:09:28 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.4x/libtransmission/torrent.c
r7243 r7330 154 154 155 155 tr_bandwidthSetLimited( tor->bandwidth, dir, mode==TR_SPEEDLIMIT_SINGLE ); 156 tr_bandwidthHonorParentLimits( tor->bandwidth, dir, mode !=TR_SPEEDLIMIT_UNLIMITED);156 tr_bandwidthHonorParentLimits( tor->bandwidth, dir, mode==TR_SPEEDLIMIT_GLOBAL ); 157 157 } 158 158
Note: See TracChangeset
for help on using the changeset viewer.