[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [tor/master] Do not tread vpadding cell as versions cell. Not in any released version.
commit e0a053be01211133e68ec5e75d49aaddea5d4072
Author: Nick Mathewson <nickm@xxxxxxxxxxxxxx>
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;
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits