From: traumschule Date: Sun, 16 Sep 2018 02:01:17 +0000 (+0200) Subject: Update description of onion_extend_cpath() (#27333) X-Git-Tag: tor-0.3.5.2-alpha~21^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=863e2fcb4877a2efc005465edf21e90a1b02d42f;p=thirdparty%2Ftor.git Update description of onion_extend_cpath() (#27333) --- diff --git a/src/core/or/circuitbuild.c b/src/core/or/circuitbuild.c index cf2af4b66d..b1dcfb8536 100644 --- 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 head_ptr, - * based on state. Append the hop info to head_ptr. +/** Choose a suitable next hop for the circuit circ. + * 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.