diff options
author | Nick Mathewson <nickm@torproject.org> | 2004-04-13 17:16:47 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2004-04-13 17:16:47 +0000 |
commit | a2ece0fc08ce7c59ce82402591a4b28b86038a92 (patch) | |
tree | 05f90f2f41975a24c2efaf2398acda8933221503 /src/or/circuit.c | |
parent | e0ce205a763fbddc9d87d305fc0ec79c333394bc (diff) | |
download | tor-a2ece0fc08ce7c59ce82402591a4b28b86038a92.tar.gz tor-a2ece0fc08ce7c59ce82402591a4b28b86038a92.zip |
Separate "start-establishing-introduction" from "upload descriptors"; only upload descriptors containing fully established intro points.
svn:r1607
Diffstat (limited to 'src/or/circuit.c')
-rw-r--r-- | src/or/circuit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/circuit.c b/src/or/circuit.c index 7b51905329..a599e891db 100644 --- a/src/or/circuit.c +++ b/src/or/circuit.c @@ -546,7 +546,7 @@ void circuit_build_needed_circs(time_t now) { connection_ap_attach_pending(); /* make sure any hidden services have enough intro points */ - rend_services_init(); + rend_services_introduce(); circ = circuit_get_youngest_clean_open(CIRCUIT_PURPOSE_C_GENERAL); |