mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Merge remote-tracking branch 'public/bug1031'
This commit is contained in:
+1
-1
@@ -250,7 +250,7 @@ command_process_create_cell(cell_t *cell, channel_t *chan)
|
||||
}
|
||||
|
||||
circ = or_circuit_new(cell->circ_id, chan);
|
||||
circ->_base.purpose = CIRCUIT_PURPOSE_OR;
|
||||
circ->base_.purpose = CIRCUIT_PURPOSE_OR;
|
||||
circuit_set_state(TO_CIRCUIT(circ), CIRCUIT_STATE_ONIONSKIN_PENDING);
|
||||
if (cell->command == CELL_CREATE) {
|
||||
char *onionskin = tor_malloc(ONIONSKIN_CHALLENGE_LEN);
|
||||
|
||||
Reference in New Issue
Block a user