tor

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

commit c683896b7c2700e2b209167c699f8d2413a805b2
parent 17a870a64b300071144f8814ff4179aa58882387
Author: Nick Mathewson <nickm@torproject.org>
Date:   Wed,  4 Sep 2019 08:42:34 -0400

Update routerset reset test to use new mgr API.

Diffstat:
Msrc/test/test_confparse.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/test/test_confparse.c b/src/test/test_confparse.c @@ -610,7 +610,7 @@ test_confparse_reset(void *arg) tt_int_op(tst->interval, OP_EQ, 10); tt_ptr_op(tst->routerset, OP_NE, NULL); - config_reset_line(&test_fmt, tst, "routerset", 0); + config_reset_line(mgr, tst, "routerset", 0); tt_ptr_op(tst->routerset, OP_EQ, NULL); done: