tor

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

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

Remove an XXXX RD comment that neither Roger or I understand. Closes 22420

Diffstat:
Msrc/or/relay.c | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git 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);