diff options
author | John Brooks <john.brooks@dereferenced.net> | 2015-07-14 02:22:23 -0400 |
---|---|---|
committer | John Brooks <john.brooks@dereferenced.net> | 2015-07-14 02:29:17 -0400 |
commit | cdc5debfde33d196be84863818d7dbaceab2a829 (patch) | |
tree | 6286f26c4f6878b160cd6fcec85ec71b1c9a352f /src/or/circuituse.c | |
parent | b06759edfda17205b8a027b2a369abefcaaba4fc (diff) | |
download | tor-cdc5debfde33d196be84863818d7dbaceab2a829.tar.gz tor-cdc5debfde33d196be84863818d7dbaceab2a829.zip |
Rename ambiguous introduction point functions
Task #15824
Diffstat (limited to 'src/or/circuituse.c')
-rw-r--r-- | src/or/circuituse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/circuituse.c b/src/or/circuituse.c index 572a4f3ed8..05e67361b8 100644 --- a/src/or/circuituse.c +++ b/src/or/circuituse.c @@ -1128,7 +1128,7 @@ circuit_build_needed_circs(time_t now) /* make sure any hidden services have enough intro points * HS intro point streams only require an internal circuit */ if (router_have_consensus_path() != CONSENSUS_PATH_UNKNOWN) - rend_services_introduce(); + rend_consider_services_intro_points(); circuit_expire_old_circs_as_needed(now); |