]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Remove an XXXX RD comment that neither Roger or I understand. Closes 22420
authorNick Mathewson <nickm@torproject.org>
Mon, 19 Jun 2017 18:06:07 +0000 (14:06 -0400)
committerNick Mathewson <nickm@torproject.org>
Mon, 19 Jun 2017 18:06:07 +0000 (14:06 -0400)
src/or/relay.c

index f6e40b8f59cffcaef5562fa9f84106642c6d592f..18ccc65b8076a95c572e6a4c5f3cea69850e677c 100644 (file)
@@ -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);