]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Update routerset reset test to use new mgr API.
authorNick Mathewson <nickm@torproject.org>
Wed, 4 Sep 2019 12:42:34 +0000 (08:42 -0400)
committerNick Mathewson <nickm@torproject.org>
Wed, 4 Sep 2019 12:42:34 +0000 (08:42 -0400)
src/test/test_confparse.c

index cf2e8a80eefbd80804855c32c117f8bdb2b59a64..bd2b5cdf1b2b8f41a04a06c880ddfa1ce893c34e 100644 (file)
@@ -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: