From: Roger Dingledine Date: Thu, 20 Jul 2006 23:45:26 +0000 (+0000) Subject: tweak X-Git-Tag: tor-0.1.1.23~67 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=237c7ecbfd38e72a8d41b09fa96b2131b3c4ab1d;p=thirdparty%2Ftor.git tweak svn:r6796 --- 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 router. (If router 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) {