diff options
author | Roger Dingledine <arma@torproject.org> | 2006-07-20 23:45:26 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2006-07-20 23:45:26 +0000 |
commit | 237c7ecbfd38e72a8d41b09fa96b2131b3c4ab1d (patch) | |
tree | e409b2723a6d50c35ce30a15a9a2e54928fa82c7 /src/or/circuitbuild.c | |
parent | 97a14b201865834ad08055fbf8f9d0091d28689e (diff) | |
download | tor-237c7ecbfd38e72a8d41b09fa96b2131b3c4ab1d.tar.gz tor-237c7ecbfd38e72a8d41b09fa96b2131b3c4ab1d.zip |
tweak
svn:r6796
Diffstat (limited to 'src/or/circuitbuild.c')
-rw-r--r-- | src/or/circuitbuild.c | 2 |
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) { |