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 | 8484ac107ea354114b8c200fde8689a41ea3885a (patch) | |
tree | 77b436a737b9dd901955465e7ad08083eea14eac /trunk/src | |
parent | aa6a5eadac59727d1688d9eb994212b68bded409 (diff) | |
download | tor-8484ac107ea354114b8c200fde8689a41ea3885a.tar.gz tor-8484ac107ea354114b8c200fde8689a41ea3885a.zip |
tweak
svn:r6796
Diffstat (limited to 'trunk/src')
-rw-r--r-- | trunk/src/or/circuitbuild.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/trunk/src/or/circuitbuild.c b/trunk/src/or/circuitbuild.c index 5eebf0b10b..e95d29fdad 100644 --- a/trunk/src/or/circuitbuild.c +++ b/trunk/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) { |