1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-26 01:27:28 +00:00

fix bug reported in the forums by "grabman"

This commit is contained in:
Charles Kerr 2007-11-05 03:09:27 +00:00
parent 22ad00e04c
commit 0f92cb7f30

View file

@ -450,7 +450,6 @@ sendFastReject( tr_peermsgs * msgs,
uint32_t length )
{
assert( msgs != NULL );
assert( length > 0 );
if( tr_peerIoSupportsFEXT( msgs->io ) )
{