summaryrefslogtreecommitdiff
path: root/src/or/circuitbuild.c
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2006-07-20 23:45:26 +0000
committerRoger Dingledine <arma@torproject.org>2006-07-20 23:45:26 +0000
commit237c7ecbfd38e72a8d41b09fa96b2131b3c4ab1d (patch)
treee409b2723a6d50c35ce30a15a9a2e54928fa82c7 /src/or/circuitbuild.c
parent97a14b201865834ad08055fbf8f9d0091d28689e (diff)
downloadtor-237c7ecbfd38e72a8d41b09fa96b2131b3c4ab1d.tar.gz
tor-237c7ecbfd38e72a8d41b09fa96b2131b3c4ab1d.zip
tweak
svn:r6796
Diffstat (limited to 'src/or/circuitbuild.c')
-rw-r--r--src/or/circuitbuild.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/circuitbuild.c b/src/or/circuitbuild.c
index 5eebf0b10b..e95d29fdad 100644
--- a/src/or/circuitbuild.c
+++ b/src/or/circuitbuild.c
@@ -524,7 +524,7 @@ inform_testing_reachability(void)
/** Return true iff we should send a create_fast cell to build a circuit
* starting at <b>router</b>. (If <b>router</b> is NULL, we don't have
- * information on the router. */
+ * information on the router, so return false.) */
static INLINE int
should_use_create_fast_for_router(routerinfo_t *router)
{