[tor-commits] [tor/release-0.3.2] Tweak a comment for a minor but important distinction

nickm at torproject.org nickm at torproject.org
Thu Nov 2 14:22:44 UTC 2017


commit 6a9a118f9077c02ce60052275dcede88d9fd2aa3
Author: Nick Mathewson <nickm at torproject.org>
Date:   Thu Nov 2 10:22:32 2017 -0400

    Tweak a comment for a minor but important distinction
---
 src/or/hs_circuit.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/or/hs_circuit.c b/src/or/hs_circuit.c
index a23edc36a..ee952f4d6 100644
--- a/src/or/hs_circuit.c
+++ b/src/or/hs_circuit.c
@@ -588,7 +588,7 @@ get_lspecs_from_extend_info(const extend_info_t *ei, smartlist_t *lspecs)
   link_specifier_set_ls_len(ls, link_specifier_getlen_un_legacy_id(ls));
   smartlist_add(lspecs, ls);
 
-  /* ed25519 ID is only included if the node has it. */
+  /* ed25519 ID is only included if the extend_info has it. */
   if (!ed25519_public_key_is_zero(&ei->ed_identity)) {
     ls = link_specifier_new();
     link_specifier_set_ls_type(ls, LS_ED25519_ID);





More information about the tor-commits mailing list