diff options
author | Roger Dingledine <arma@torproject.org> | 2003-12-12 23:03:25 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2003-12-12 23:03:25 +0000 |
commit | 9c66e2bf9a9ced671a18c967d08f8a2320105bbe (patch) | |
tree | c25141330384689d1f285d0f147d9ad70e6bac25 /src/or/routerlist.c | |
parent | d23c66b04124432561771c95cebc8dd324d035c5 (diff) | |
download | tor-9c66e2bf9a9ced671a18c967d08f8a2320105bbe.tar tor-9c66e2bf9a9ced671a18c967d08f8a2320105bbe.tar.gz |
if >=2 circs are being built that handle a given stream,
no need to have new circs handle it too.
svn:r896
Diffstat (limited to 'src/or/routerlist.c')
-rw-r--r-- | src/or/routerlist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/routerlist.c b/src/or/routerlist.c index 4dd52fdee..602ae27e8 100644 --- a/src/or/routerlist.c +++ b/src/or/routerlist.c @@ -698,7 +698,7 @@ router_get_list_from_string_impl(const char **s, routerlist_t **dest, /* Helper function: reads a single router entry from *s, and advances - * updates *s so it points to just after the router it just read. + * *s so it points to just after the router it just read. * mallocs a new router and returns it if all goes well, else returns * NULL. */ |