aboutsummaryrefslogtreecommitdiff
path: root/src/or/circuituse.c
diff options
context:
space:
mode:
authorMike Perry <mikeperry-git@fscked.org>2009-08-31 23:09:54 -0700
committerMike Perry <mikeperry-git@fscked.org>2009-09-16 15:51:17 -0700
commit95735e547838e05a574b55da00d3d04c1084452a (patch)
treebccefe514842acf8f6ba96d0e2c49ad072f512b1 /src/or/circuituse.c
parent7ac9a66c8fb2ec369a7f99cc502200406f3760b2 (diff)
downloadtor-95735e547838e05a574b55da00d3d04c1084452a.tar
tor-95735e547838e05a574b55da00d3d04c1084452a.tar.gz
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.
Diffstat (limited to 'src/or/circuituse.c')
-rw-r--r--src/or/circuituse.c1
1 files changed, 1 insertions, 0 deletions
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;
}
}