diff options
author | Roger Dingledine <arma@torproject.org> | 2006-07-04 03:19:59 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2006-07-04 03:19:59 +0000 |
commit | dc79dd6a469cf9c563bbc160ea297f3c5af5487f (patch) | |
tree | 45e5ab21362940c553810d159653585f8440648d /src/or/relay.c | |
parent | 9fce316d1cf58d85913639db1555c5ba205ce7ff (diff) | |
download | tor-dc79dd6a469cf9c563bbc160ea297f3c5af5487f.tar.gz tor-dc79dd6a469cf9c563bbc160ea297f3c5af5487f.zip |
minor fixes
svn:r6709
Diffstat (limited to 'src/or/relay.c')
-rw-r--r-- | src/or/relay.c | 1 |
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) |