From 95735e547838e05a574b55da00d3d04c1084452a Mon Sep 17 00:00:00 2001 From: Mike Perry Date: Mon, 31 Aug 2009 23:09:54 -0700 Subject: Fix the math.h log() conflict. It was compiling, but causing segfaults. Also, adjust when the timer starts for new test circs and save state every 25 circuits. --- src/or/circuituse.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/or/circuituse.c') diff --git a/src/or/circuituse.c b/src/or/circuituse.c index 844ea7288..d53cb198a 100644 --- a/src/or/circuituse.c +++ b/src/or/circuituse.c @@ -527,6 +527,7 @@ circuit_predict_and_launch_new(void) log_info(LD_CIRC, "Have %d clean circs need another buildtime test circ.", num); circuit_launch_by_router(CIRCUIT_PURPOSE_C_GENERAL, NULL, flags); + return; } } -- cgit v1.2.3