1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-02-22 06:00:41 +00:00

Probably fixes the recent problem with disappearing peers

This commit is contained in:
Eric Petit 2007-01-23 17:59:21 +00:00
parent 2bad2cae4b
commit c1963147d3

View file

@ -311,6 +311,7 @@ static int SocketGetPriority( int s )
gSocketsCount--;
memmove( &gSockets[i], &gSockets[i+1],
( gSocketsCount - i ) * sizeof( tr_socket_t ) );
return ret;
}
/***********************************************************************