Fix latency calculation for shared connections
authorFabian Keil <fk@fabiankeil.de>
Wed, 17 Oct 2012 18:11:19 +0000 (18:11 +0000)
committerFabian Keil <fk@fabiankeil.de>
Wed, 17 Oct 2012 18:11:19 +0000 (18:11 +0000)
It has been broken since I committed it with 1.57 in 2009.

The calculated latency for most connections would be 0 due to
remember_connection() always putting the timestamps in the
first slot. Oops.


No differences found