tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit ad06e0b406f5b3dfaa28da0f03ede4b0f850d00f
parent a4c85312604c1d215f9f46a24ac242baf666ed56
Author: Caio Valente <valentecaio95@gmail.com>
Date:   Thu,  1 Feb 2018 02:25:08 +0100

Changes file for ticket 25081.

Diffstat:
Achanges/ticket25081 | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/changes/ticket25081 b/changes/ticket25081 @@ -0,0 +1,5 @@ + o Code simplification and refactoring: + - Remove extern declaration of stats_n_seconds_working variable from main, + protecting its accesses with get_uptime() and reset_uptime() functions. + Closes ticket 25081, patch by “valentecaio”. +