tor

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

commit 92528146463e6e5bfbc5821dfdded67e5ea27f45
parent 5ef998fbf5472fcaa9be8fae2b2dcaf8485dd4c2
Author: Nick Mathewson <nickm@torproject.org>
Date:   Tue, 18 Sep 2018 08:15:02 -0400

Merge remote-tracking branch 'tor-github/pr/344'

Diffstat:
Msrc/core/or/circuitbuild.c | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/core/or/circuitbuild.c b/src/core/or/circuitbuild.c @@ -2650,8 +2650,8 @@ onion_next_hop_in_cpath(crypt_path_t *cpath) return NULL; } -/** Choose a suitable next hop in the cpath <b>head_ptr</b>, - * based on <b>state</b>. Append the hop info to head_ptr. +/** Choose a suitable next hop for the circuit <b>circ</b>. + * Append the hop info to circ->cpath. * * Return 1 if the path is complete, 0 if we successfully added a hop, * and -1 on error.