[tor-commits] [tor/master] Remove an XXXX RD comment that neither Roger or I understand. Closes 22420

nickm at torproject.org nickm at torproject.org
Mon Jun 19 18:06:42 UTC 2017


commit bf95d678e86598c5200417e96d4d4069ace8b851
Author: Nick Mathewson <nickm at torproject.org>
Date:   Mon Jun 19 14:06:07 2017 -0400

    Remove an XXXX RD comment that neither Roger or I understand. Closes 22420
---
 src/or/relay.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/or/relay.c b/src/or/relay.c
index f6e40b8..18ccc65 100644
--- a/src/or/relay.c
+++ b/src/or/relay.c
@@ -514,7 +514,6 @@ circuit_package_relay_cell(cell_t *cell, circuit_t *circ,
     /* moving from farthest to nearest hop */
     do {
       tor_assert(thishop);
-      /* XXXX RD This is a bug, right? */
       log_debug(LD_OR,"encrypting a layer of the relay cell.");
       relay_crypt_one_payload(thishop->f_crypto, cell->payload);
 



More information about the tor-commits mailing list