aboutsummaryrefslogtreecommitdiff
path: root/src/or/circuitbuild.c
diff options
context:
space:
mode:
authorSebastian Hahn <sebastian@torproject.org>2010-09-11 01:25:48 +0200
committerSebastian Hahn <sebastian@torproject.org>2010-09-11 01:41:23 +0200
commita05ef55b66684d3355b213f8df366c23d0128eca (patch)
treece899d00b4d26a0a02617f27c6a86aa48254ab9b /src/or/circuitbuild.c
parent07049b3d25cbc397dd39c71d32422bfd7c39d814 (diff)
downloadtor-a05ef55b66684d3355b213f8df366c23d0128eca.tar.gz
tor-a05ef55b66684d3355b213f8df366c23d0128eca.zip
Allow comments for multi-line torrc options
Diffstat (limited to 'src/or/circuitbuild.c')
-rw-r--r--src/or/circuitbuild.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/or/circuitbuild.c b/src/or/circuitbuild.c
index 5567b246ab..ef1bab3206 100644
--- a/src/or/circuitbuild.c
+++ b/src/or/circuitbuild.c
@@ -1752,7 +1752,8 @@ circuit_deliver_create_cell(circuit_t *circ, uint8_t cell_type,
cell.circ_id = circ->n_circ_id;
memcpy(cell.payload, payload, ONIONSKIN_CHALLENGE_LEN);
- append_cell_to_circuit_queue(circ, circ->n_conn, &cell, CELL_DIRECTION_OUT, 0);
+ append_cell_to_circuit_queue(circ, circ->n_conn, &cell,
+ CELL_DIRECTION_OUT, 0);
if (CIRCUIT_IS_ORIGIN(circ)) {
/* mark it so it gets better rate limiting treatment. */