summaryrefslogtreecommitdiff
path: root/src/or/relay.c
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2006-07-04 03:19:59 +0000
committerRoger Dingledine <arma@torproject.org>2006-07-04 03:19:59 +0000
commitdc79dd6a469cf9c563bbc160ea297f3c5af5487f (patch)
tree45e5ab21362940c553810d159653585f8440648d /src/or/relay.c
parent9fce316d1cf58d85913639db1555c5ba205ce7ff (diff)
downloadtor-dc79dd6a469cf9c563bbc160ea297f3c5af5487f.tar.gz
tor-dc79dd6a469cf9c563bbc160ea297f3c5af5487f.zip
minor fixes
svn:r6709
Diffstat (limited to 'src/or/relay.c')
-rw-r--r--src/or/relay.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/or/relay.c b/src/or/relay.c
index a367b01318..95b999c726 100644
--- a/src/or/relay.c
+++ b/src/or/relay.c
@@ -240,7 +240,6 @@ circuit_receive_relay_cell(cell_t *cell, circuit_t *circ, int cell_direction)
* Return -1 to indicate that we should mark the circuit for close,
* else return 0.
*/
-/* wrap this into receive_relay_cell one day */
static int
relay_crypt(circuit_t *circ, cell_t *cell, int cell_direction,
crypt_path_t **layer_hint, char *recognized)