tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit 8949317eccfc1334bfc03344fc3ae32d380aa791
parent 6aff048978aa474d1359a612b8a7010df23097bc
Author: George Kadianakis <desnacked@riseup.net>
Date:   Tue,  6 Jul 2021 13:52:16 +0300

Merge branch 'maint-0.4.6'

Diffstat:
Msrc/test/test_dir.c | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/test/test_dir.c b/src/test/test_dir.c @@ -2135,8 +2135,8 @@ test_dir_measured_bw_kb(void *arg) /* Test that a line with vote=0 will fail too, so that it is ignored. */ "node_id=$557365204145532d32353620696e73746561642e bw=1024 vote=0\n", /* Test that a line with vote=0 will fail even if unmeasured=0. */ - "node_id=$557365204145532d32353620696e73746561642e bw=1024 vote=0 " - "unmeasured=0\n", + ("node_id=$557365204145532d32353620696e73746561642e bw=1024 vote=0 " + "unmeasured=0\n"), "end" };