mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-25 07:07:52 +01:00
Do not tread vpadding cell as versions cell. Not in any released version.
This commit is contained in:
parent
9d53c00911
commit
e0a053be01
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue