mirror of
https://erdgeist.org/gitweb/opentracker
synced 2024-05-10 07:54:50 +00:00
Fix: Did not time stamp a torrent correctly, that once timed out and came back to life
This commit is contained in:
@ -71,10 +71,11 @@ ot_torrent *add_peer_to_torrent( ot_hash *hash, ot_peer *peer WANT_SYNC_PARAM(
|
||||
}
|
||||
|
||||
byte_zero( torrent->peer_list, sizeof( ot_peerlist ) );
|
||||
torrent->peer_list->base = g_now_minutes;
|
||||
} else
|
||||
clean_single_torrent( torrent );
|
||||
|
||||
torrent->peer_list->base = g_now_minutes;
|
||||
|
||||
/* Check for peer in torrent */
|
||||
peer_dest = vector_find_or_insert_peer( &(torrent->peer_list->peers), peer, &exactmatch );
|
||||
if( !peer_dest ) {
|
||||
|
Reference in New Issue
Block a user