summaryrefslogtreecommitdiff
path: root/src/or/circuituse.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2005-12-03 16:32:29 +0000
committerNick Mathewson <nickm@torproject.org>2005-12-03 16:32:29 +0000
commit1b0134dda8d877f8917f86cf8d3b42fa41ffb625 (patch)
tree18c1e2aecb8bb3f029af2e90a9c06d5385babeea /src/or/circuituse.c
parent61c5a9ae2b02c5bfafc3c1aaf8ceaeadfbcee96d (diff)
downloadtor-1b0134dda8d877f8917f86cf8d3b42fa41ffb625.tar.gz
tor-1b0134dda8d877f8917f86cf8d3b42fa41ffb625.zip
Clean up some comments; remove some dead code
svn:r5493
Diffstat (limited to 'src/or/circuituse.c')
-rw-r--r--src/or/circuituse.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/or/circuituse.c b/src/or/circuituse.c
index 308dbc2e53..c1a745e929 100644
--- a/src/or/circuituse.c
+++ b/src/or/circuituse.c
@@ -230,7 +230,8 @@ circuit_expire_building(time_t now)
case CIRCUIT_PURPOSE_REND_ESTABLISHED:
/* OR-side. We can't actually reach this point because of the
* IS_ORIGIN test above. */
- continue;
+ continue; /* yes, continue inside a switch refers to the nearest
+ * enclosing loop. C is smart. */
case CIRCUIT_PURPOSE_C_ESTABLISH_REND:
case CIRCUIT_PURPOSE_C_INTRODUCING:
case CIRCUIT_PURPOSE_S_ESTABLISH_INTRO: