From: Nick Mathewson Date: Mon, 19 Jun 2017 18:06:07 +0000 (-0400) Subject: Remove an XXXX RD comment that neither Roger or I understand. Closes 22420 X-Git-Tag: tor-0.3.2.1-alpha~328 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bf95d678e86598c5200417e96d4d4069ace8b851;p=thirdparty%2Ftor.git Remove an XXXX RD comment that neither Roger or I understand. Closes 22420 --- diff --git a/src/or/relay.c b/src/or/relay.c index f6e40b8f59..18ccc65b80 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);