Merge branch 'prop221_squashed_024'

Conflicts:
	src/or/or.h
This commit is contained in:
Nick Mathewson
2013-11-01 10:28:01 -04:00
7 changed files with 26 additions and 11 deletions
+1
View File
@@ -526,6 +526,7 @@ command_process_destroy_cell(cell_t *cell, channel_t *chan)
log_debug(LD_OR,"Received for circID %u.",(unsigned)cell->circ_id);
reason = (uint8_t)cell->payload[0];
circ->received_destroy = 1;
if (!CIRCUIT_IS_ORIGIN(circ) &&
cell->circ_id == TO_OR_CIRCUIT(circ)->p_circ_id) {