refactor; start adding debugging logs to midpoint rend stuff

svn:r1445
This commit is contained in:
Nick Mathewson
2004-04-02 23:30:54 +00:00
parent 25a9bc594f
commit e8345bfced
11 changed files with 36 additions and 13 deletions
+1 -1
View File
@@ -103,7 +103,7 @@ static void command_process_create_cell(cell_t *cell, connection_t *conn) {
circ = circuit_new(cell->circ_id, conn);
circ->state = CIRCUIT_STATE_ONIONSKIN_PENDING;
circ->purpose = CIRCUIT_PURPOSE_INTERMEDIATE;
circ->purpose = CIRCUIT_PURPOSE_OR;
memcpy(circ->onionskin, cell->payload, ONIONSKIN_CHALLENGE_LEN);