Add missing tracker stats reset when changing our listening port.

This should have been included in rev 216.
This commit is contained in:
Josh Elsasser 2006-04-11 02:22:44 +00:00
parent 3bce21ad7c
commit b35737f024
1 changed files with 3 additions and 1 deletions

View File

@ -533,7 +533,9 @@ static void recvAnswer( tr_tracker_t * tc )
}
else if( 0 < tc->newPort )
{
tc->started = 1;
tc->started = 1;
tc->download = tor->downloaded;
tc->upload = tor->uploaded;
}
cleanup: