This is an automated email from the git hooks/post-receive script.
dgoulet pushed a commit to branch main in repository tor.
The following commit(s) were added to refs/heads/main by this push: new 970a534f03 test: Fix parseconf to account for ClientUseIPv6 change for dirauth disabled 970a534f03 is described below
commit 970a534f03e19cc4957b200310418ff595f1d550 Author: David Goulet dgoulet@torproject.org AuthorDate: Thu May 25 10:20:12 2023 -0400
test: Fix parseconf to account for ClientUseIPv6 change for dirauth disabled
Signed-off-by: David Goulet dgoulet@torproject.org --- src/test/conf_examples/large_1/expected_no_dirauth | 1 - 1 file changed, 1 deletion(-)
diff --git a/src/test/conf_examples/large_1/expected_no_dirauth b/src/test/conf_examples/large_1/expected_no_dirauth index 21f08d0a33..e4e811caaf 100644 --- a/src/test/conf_examples/large_1/expected_no_dirauth +++ b/src/test/conf_examples/large_1/expected_no_dirauth @@ -19,7 +19,6 @@ ClientPreferIPv6DirPort 1 ClientPreferIPv6ORPort 1 ClientRejectInternalAddresses 0 ClientUseIPv4 0 -ClientUseIPv6 1 ConnDirectionStatistics 1 ConnectionPadding 1 ConnLimit 64
tor-commits@lists.torproject.org