[tor/master] Do not tread vpadding cell as versions cell. Not in any released version.

26 Oct
2011
26 Oct
'11
3:49 p.m.
commit e0a053be01211133e68ec5e75d49aaddea5d4072 Author: Nick Mathewson <nickm@torproject.org> Date: Wed Oct 26 11:50:50 2011 -0400 Do not tread vpadding cell as versions cell. Not in any released version. --- src/or/command.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/or/command.c b/src/or/command.c index c4cc3a9..c85b057 100644 --- a/src/or/command.c +++ b/src/or/command.c @@ -285,7 +285,7 @@ command_process_var_cell(var_cell_t *cell, or_connection_t *conn) break; case CELL_VPADDING: ++stats_n_vpadding_cells_processed; - PROCESS_CELL(versions, cell, conn); + /* Do nothing */ break; case CELL_CERT: ++stats_n_cert_cells_processed;
4989
Age (days ago)
4989
Last active (days ago)
0 comments
1 participants
participants (1)
-
nickm@torproject.org