This is an automated email from the git hooks/post-receive script.
arma pushed a commit to branch main in repository tor.
The following commit(s) were added to refs/heads/main by this push: new 2033cc7b5e clean up comment a bit 2033cc7b5e is described below
commit 2033cc7b5ede662dbee1b0de1850fad731ba491a Author: Roger Dingledine arma@torproject.org AuthorDate: Tue Oct 25 02:55:13 2022 -0400
clean up comment a bit --- src/feature/dirclient/dirclient.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/feature/dirclient/dirclient.c b/src/feature/dirclient/dirclient.c index 4e9c8e2f45..9555714e79 100644 --- a/src/feature/dirclient/dirclient.c +++ b/src/feature/dirclient/dirclient.c @@ -249,7 +249,7 @@ directory_post_to_dirservers(uint8_t dir_purpose, uint8_t router_purpose, continue;
if (exclude_self && router_digest_is_me(ds->digest)) { - /* we don't upload to ourselves, but at least there's now at least + /* we don't upload to ourselves, but there's now at least * one authority of this type that has what we wanted to upload. */ found = 1; continue;