diff options
Diffstat (limited to 'src/or/command.c')
-rw-r--r-- | src/or/command.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/or/command.c b/src/or/command.c index 3ed153f7f..54cfb11cb 100644 --- a/src/or/command.c +++ b/src/or/command.c @@ -167,8 +167,7 @@ void command_process_relay_cell(cell_t *cell, connection_t *conn) { } if(circ->state == CIRCUIT_STATE_ONIONSKIN_PENDING) { - log(LOG_DEBUG,"command_process_relay_cell(): circuit in create_wait. Queueing relay cell."); - onion_pending_relay_add(circ, cell); + log(LOG_DEBUG,"command_process_relay_cell(): circuit in create_wait. Dropping."); return; } |