mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
Do not tread vpadding cell as versions cell. Not in any released version.
This commit is contained in:
parent
9d53c00911
commit
e0a053be01
@ -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…
Reference in New Issue
Block a user