Changeset 7237
- Timestamp:
- Dec 2, 2008, 7:38:46 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtransmission/peer-msgs.c
r7236 r7237 792 792 { 793 793 struct peer_request req; 794 const int mustSendCancel = tr_peerIoSupportsFEXT( msgs->io ); 794 795 795 796 while( popNextRequest( msgs, &req ) ) 796 protocolSendReject( msgs, &req ); 797 if( mustSendCancel ) 798 protocolSendReject( msgs, &req ); 797 799 } 798 800
Note: See TracChangeset
for help on using the changeset viewer.