Przeglądaj źródła

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

Nick Mathewson 7 lat temu
rodzic
commit
bf95d678e8
1 zmienionych plików z 0 dodań i 1 usunięć
  1. 0 1
      src/or/relay.c

+ 0 - 1
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);