aboutsummaryrefslogtreecommitdiff
path: root/src/or/command.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/or/command.c')
-rw-r--r--src/or/command.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/or/command.c b/src/or/command.c
index 31459ee241..94c3ccc621 100644
--- a/src/or/command.c
+++ b/src/or/command.c
@@ -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 */