summaryrefslogtreecommitdiff
path: root/src/or/command.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/or/command.c')
-rw-r--r--src/or/command.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/or/command.c b/src/or/command.c
index 75a4ab98a2..45917935e2 100644
--- a/src/or/command.c
+++ b/src/or/command.c
@@ -336,11 +336,7 @@ command_process_destroy_cell(cell_t *cell, connection_t *conn)
cell->circ_id, conn->address, conn->port);
return;
}
-
debug(LD_OR,"Received for circID %d.",cell->circ_id);
- if (circ->state == CIRCUIT_STATE_ONIONSKIN_PENDING) {
- onion_pending_remove(circ);
- }
if (cell->circ_id == circ->p_circ_id) {
/* the destroy came from behind */