Explorar o código

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

Nick Mathewson %!s(int64=5) %!d(string=hai) anos
pai
achega
9252814646
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      src/core/or/circuitbuild.c

+ 2 - 2
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.