From e102ad60d0490abf97102644960a9c602c658992 Mon Sep 17 00:00:00 2001 From: George Kadianakis Date: Mon, 22 May 2017 15:45:46 +0300 Subject: Refactor directory_initiate_command() so that it accepts guard_state. --- src/or/router.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/or/router.c') diff --git a/src/or/router.c b/src/or/router.c index e4fa72a283..ddcf9ab5e4 100644 --- a/src/or/router.c +++ b/src/or/router.c @@ -1390,7 +1390,8 @@ consider_testing_reachability(int test_or, int test_dir) me->cache_info.identity_digest, DIR_PURPOSE_FETCH_SERVERDESC, ROUTER_PURPOSE_GENERAL, - DIRIND_ANON_DIRPORT, "authority.z", NULL, 0, 0); + DIRIND_ANON_DIRPORT, "authority.z", + NULL, 0, 0, NULL); } } -- cgit v1.2.3-54-g00ecf