diff options
author | Mike Perry <mikeperry-git@fscked.org> | 2012-12-09 23:47:04 -0800 |
---|---|---|
committer | Mike Perry <mikeperry-git@fscked.org> | 2012-12-09 23:47:04 -0800 |
commit | 4590993ff3d4393caaa1d9d68d04cf0af95c23c7 (patch) | |
tree | 943e39fd58833d90e345c20d7a399f3d244573f4 /src/or/circuitlist.c | |
parent | b75880d7b3d02f5c60bf2e215c6e84da4f3e1938 (diff) | |
download | tor-4590993ff3d4393caaa1d9d68d04cf0af95c23c7.tar.gz tor-4590993ff3d4393caaa1d9d68d04cf0af95c23c7.zip |
Space fixes.
Diffstat (limited to 'src/or/circuitlist.c')
-rw-r--r-- | src/or/circuitlist.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/or/circuitlist.c b/src/or/circuitlist.c index 6fab4920ae..0ee29000ed 100644 --- a/src/or/circuitlist.c +++ b/src/or/circuitlist.c @@ -1040,9 +1040,9 @@ circuit_unlink_all_from_channel(channel_t *chan, int reason) if (circ->n_chan == chan) { circuit_set_n_circid_chan(circ, 0, NULL); mark = 1; - + /* If we didn't request this closure, pass the remote - * bit to mark_for_close. */ + * bit to mark_for_close. */ if (chan->reason_for_closing != CHANNEL_CLOSE_REQUESTED) reason |= END_CIRC_REASON_FLAG_REMOTE; } @@ -1352,7 +1352,7 @@ circuit_mark_for_close_(circuit_t *circ, int reason, int line, } reason = END_CIRC_REASON_NONE; } - + if (CIRCUIT_IS_ORIGIN(circ)) { pathbias_check_close(TO_ORIGIN_CIRCUIT(circ), reason); |