Changeset 12427
- Timestamp:
- May 11, 2011, 9:09:31 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtransmission/bandwidth.c
r12420 r12427 168 168 tr_ptrArray * peer_pool ) 169 169 { 170 tr_priority_t priority;170 const tr_priority_t priority = MAX( parent_priority, b->priority ); 171 171 172 172 assert( tr_isBandwidth( b ) ); … … 186 186 #endif 187 187 } 188 189 priority = MAX( parent_priority, b->priority );190 188 191 189 /* add this bandwidth's peer, if any, to the peer pool */
Note: See TracChangeset
for help on using the changeset viewer.