mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Folded cell.? into src/or
svn:r64
This commit is contained in:
@@ -6,9 +6,6 @@
|
||||
|
||||
void command_process_cell(cell_t *cell, connection_t *conn) {
|
||||
|
||||
if(check_sane_cell(cell) < 0)
|
||||
return;
|
||||
|
||||
switch(cell->command) {
|
||||
case CELL_PADDING:
|
||||
/* do nothing */
|
||||
|
||||
Reference in New Issue
Block a user